Choosing a programming language as a competitive tool

Fredrik Lundh fredrik at pythonware.com
Thu May 3 13:52:09 EDT 2001


Hannah Schroeter wrote:
> >* Clients often balk at the idea of a language that doesn't compile to
> >binary code.
>
> Oh, that explains the Java hype (most implementations use that
> bytecode) and the Lisp hatred (most good implementations generate
> native code)?

everyone "knows" that Java is compiled (it has a compiler, right?), and
everyone "knows" that Lisp is interpreted (because it can interpret data
as code and code as data, right?)

Cheers /F





More information about the Python-list mailing list