[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua is about to become history
- From: roberto@... (Roberto Ierusalimschy)
- Date: Wed, 3 May 2006 15:24:33 -0300
> Paul Graham made a remark to the effect that all languages attempt to turn
> themselves into LISP as they evolve.
I guess he really thinks so; but it is not true :)
"Original" Lisp had no lexical closures, no pattern matching, no
coroutines (or threads or continuations, for that matter), no API to
other languages, no exception handling, no module system, and I think it
did not require proper tail calls. (What it had always excelled was in
"extensible semantis", aka macros.)
-- Roberto