Python-like compiled language

Harald Hanche-Olsen hanche at math.ntnu.no
Wed Dec 13 17:52:06 EST 2000


+ Michael Hudson <mwh21 at cam.ac.uk>:

| Curtis Jensen <cjensen at bioeng.ucsd.edu> writes:
| 
| > If C/C++ isn't the closest, then what is?
| 
| The Lisps of the world are very similar in some ways (variables being
| bindings, dynamic typing, interactive, introspective (well, CL, at
| least)), but very different in others (syntax, the macro system).

Oh, but Common Lisp and Python do have one important syntax feature in
common:

- non-Lispers hate all those parentheses,
- non-Pythoneers hate that syntactically significant white space.

Apart from that, CL has CLOS, which gives you object orientation.
And all good CL systems can compile to native code.

not-to-mention-full-access-to-the-parser-ly y'rs,

-- 
* Harald Hanche-Olsen     <URL:http://www.math.ntnu.no/~hanche/>
- Yes it works in practice - but does it work in theory?



More information about the Python-list mailing list