Omer <[EMAIL PROTECTED]> writes:
>
> Do not forget that Perl uses a viirtual machine and garbage collection,
> BTW. This makes it another bit like LISP.
LISP doesn't have a "virtual machine." CLTL2 and ANSI CL leave the
actual representation of compiled code up to the implementation. This
usually boils down to two major approaches: byte compilation (note,
the latter does not necessarily imply the VM; in most cases it is just
"fast loaded" stuff) or compilation to native object code. Some
advanced LISP implementations for large UNIX machines do that
(Harlequin, AFAIR). Anyway...
--
Alexander L. Belikoff
Bloomberg L.P.
[EMAIL PROTECTED]
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]