Sujet : Re: REPL in Lisp
De : no_email (at) *nospam* invalid.invalid (Antonio Marques)
Groupes : sci.lang comp.lang.lisp comp.lang.schemeDate : 11. Jul 2024, 14:57:12
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v6okr8$2fhdg$1@dont-email.me>
References : 1 2
User-Agent : NewsTap/5.5 (iPhone/iPod Touch)
Lawrence D'Oliveiro <
ldo@nz.invalid> 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.