Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <6u229jdfaouh4v868l9c478r9d1fmekm6l@4ax.com>
Deutsch   English   Français   Italiano  
<6u229jdfaouh4v868l9c478r9d1fmekm6l@4ax.com>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!weretis.net!feeder9.news.weretis.net!i2pn.org!i2pn2.org!.POSTED!not-for-mail
From: George Neuner <gneuner2@comcast.net>
Newsgroups: comp.lang.lisp,sci.lang,comp.lang.scheme
Subject: Re: REPL in Lisp
Date: Fri, 12 Jul 2024 07:02:17 -0400
Organization: i2pn2 (i2pn.org)
Message-ID: <6u229jdfaouh4v868l9c478r9d1fmekm6l@4ax.com>
References: <v6nf07$296j5$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Injection-Info: i2pn2.org;
	logging-data="3018532"; mail-complaints-to="usenet@i2pn2.org";
	posting-account="h5eMH71iFfocGZucc+SnA0y5I+72/ecoTCcIjMd3Uww";
User-Agent: ForteAgent/8.00.32.1272
X-Spam-Checker-Version: SpamAssassin 4.0.0
Bytes: 1226
Lines: 14

On Wed, 10 Jul 2024 19:11:17 -0700, HenHanna <HenHanna@devnull.tb>
wrote:

>
>the acronym (?)  REPL  must be new in Lisp   (and Scheme)
>
>
>i'm sure i  never saw it (used or mentioned)   25  years ago.

I don't know when exactly it was coined, but "REPL" meaning
"read-evaluate-print loop" goes back at least 30 years to the late
80's.

I first heard it in connection to Lisp, but it was clear even then
that Scheme was using the same lexicon.