D Herring <dherring@at.tentpost.dot.com> wrote:
+---------------
| Aren't most lisps implemented using such static languages as
| C and assembly?
+---------------
No, that's another ancient "Lisp myth". Most Lisps with decent
compilers are written in Lisp, with perhaps a *tiny* amount
of C or assembler on the side to "get the world started" in
a C-dominated O/S. For just one example, CMUCL's executable
is ~350 KB of C-compiled binary machine code, which then
loads ~20 MB of Lisp-compiled binary machine code. So the C
code is only ~1.5% of the total binary code size.
-Rob
-----
Rob Warnock <rpw3@rpw3.org>
627 26th Avenue <URL:http://rpw3.org/>
San Mateo, CA 94403 (650)572-2607