[erlang-questions] Erlang and/or MPI
Yvan Godin
yvan.godin@REDACTED
Fri Jun 28 13:13:17 CEST 2013
Hello,
you could also give a try to Racket-lang <http://racket-lang.org/>
Not as fast as C++ or Fortran but a lot faster than Erlang, they provide
a good Math Lib <http://docs.racket-lang.org/math/>with Typed-Racket
mode and they use Parallelization on multicore.
80-bit floating-point numbers (Extflonums) are supported on some x86/x86_64
platforms — including Windows, and including platforms where Racket is
compiled to use SSE instructions for flonum arithmetic.
For concurrency
<http://docs.racket-lang.org/reference/concurrency.html>and MPI you
have DistributedPlace
<http://docs.racket-lang.org/reference/distributed-places.html>
just for fun,
cheer
Yvan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20130628/b3d5b4ba/attachment.htm>
More information about the erlang-questions
mailing list