Sujet : Re: REPL in Lisp
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : sci.lang comp.lang.lisp comp.lang.schemeDate : 11. Jul 2024, 22:41:45
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v6pjio$2kqvg$2@dont-email.me>
References : 1 2 3
User-Agent : Pan/0.158 (Avdiivka; )
On Thu, 11 Jul 2024 12:57:12 -0000 (UTC), Antonio Marques wrote:
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.
“Dependency injection” is just packaging up a bunch of callbacks as
methods in a class.