Sujet : Re: The joy of FORTRAN
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : alt.folklore.computers comp.os.linux.miscDate : 01. Oct 2024, 02:42:13
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vdfk1l$2ep6c$6@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
User-Agent : Pan/0.160 (Toresk; )
On 1 Oct 2024 01:06:32 GMT, rbowman wrote:
I could understand what Scheme was doing but a little voice kept nagging
'Why?'
Lexical binding, with functions as first-class objects. Macros that worked
at the AST structure level, not at the level of tokens or strings. And
those remarkable things called “continuations” ...
That, plus of course garbage collection -- all concepts alien to FORTH.