[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: COBOL compiler



Ron Johnson <ron.l.johnson@cox.net> writes:

> Can't say about Perl, but attempts at a Python compiler have only
> been partially successful, because Python is so dynamic.

Common Lisp is also a very dynamic language, and can be compiled.
(Some implementations are completely compiled.)

AFAICT, it's just that writing a compiler is hard, and porting it to
new systems also takes work, while the interpreter works everywhere.
Python will probably get a compiler eventually, but it's not an easy
thing.

-- 
Alan Shutko <ats@acm.org> - I am the rocks.
Printers always die on page 999 of a 1000 page report



Reply to: