[Shootout-list] Two notes: Pascal and CMUCL
Kero-Chan
Kero-Chan <kerochan2@gmail.com>
Tue, 19 Oct 2004 12:18:21 -0400
On Tue, 19 Oct 2004 13:55:24 +0200, Bengt Kleberg
<bengt.kleberg@ericsson.com> wrote:
> i would be very happy if you could compile a complete list, without any
> double entries that i have inadvertedly suggested. ok?
>
>
> bengt
I am also listing which implementation belongs where, but only when I'm sure:
* Interpreted [python, bash]
* JIT (Compiled to native code at startup) [python-psyco, java-jit]
* Byte-code [ocamlc]
* Stand-alone byte-code (Byte-code with the binary runtime inlined,
ie: OCaml's ocamlc -custom) [ocamlc -custom]
* Compiled (...to native code which needs a run-time, ie: CMUCL) [cmucl]
* Stand-alone native code (ie: OCaml's ocamlopt) [gcc, g++, ocamlopt,
ghc, freepascal]