About alternatives to Matlab
Jon Harrop
jon at ffconsultancy.com
Tue Dec 12 06:42:35 EST 2006
Paul Rubin wrote:
> Well, work is already under way (already mentioned) to implement
> Python in Python, including a reasonable compiler (Psyco).
>
> The big deficiency of MLton from a concurrency perspective is
> inability to use multiprocessors. Of course CPython has the same
> deficiency. Same with OCaml. Is the ML community trying to do
> anything about this?
Yes. Several MLs support concurrency. Perhaps F# is the most notable in this
case because it would provide an easier path to JIT (to .NET IL).
Concurrent GC seems to be a lot slower though (e.g. Java or .NET vs OCaml or
MLton).
--
Dr Jon D Harrop, Flying Frog Consultancy
Objective CAML for Scientists
http://www.ffconsultancy.com/products/ocaml_for_scientists/index.html?usenet
More information about the Python-list
mailing list