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 connectionsPath: ...!3.eu.feeder.erje.net!feeder.erje.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Antonio Marques Newsgroups: sci.lang,comp.lang.lisp,comp.lang.scheme Subject: Re: REPL in Lisp Date: Thu, 11 Jul 2024 12:57:12 -0000 (UTC) Organization: A noiseless patient Spider Lines: 14 Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Thu, 11 Jul 2024 14:57:12 +0200 (CEST) Injection-Info: dont-email.me; posting-host="e73bea6b9d45aadec3eabcf5acdcfc6d"; logging-data="2606512"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19mxOsx9j6P5SjwgdNZsfDLIB8x4RtmA890USVaNJnlgQ==" User-Agent: NewsTap/5.5 (iPhone/iPod Touch) Cancel-Lock: sha1:QYls/dLKQf4voEz9Pc1hJCJn5qU= sha1:di/2l5r16G4Jh+uiKPYL9h4dYLE= Bytes: 1574 Lawrence D'Oliveiro wrote: > On Wed, 10 Jul 2024 19:11:17 -0700, HenHanna wrote: > >> the acronym (?) REPL must be new in Lisp (and Scheme) >> >> i'm sure i never saw it (used or mentioned) 25 years ago. > > There are many new terms coined for old concepts. Like “capture” for > “lexical binding”, or “dependency injection” for “callback”. > I can more or less see how callbacks can be used as a kind of dependency injection, but those are separate concepts.