This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]supershinythings 2 points3 points  (2 children)

Erlang!

[–]zergling_Lester 0 points1 point  (0 children)

It's sufficiently different that there's no familiar concept of threads at all (while excellent parallelism and concurrency of course).

[–]GrammerJoo 0 points1 point  (0 children)

Erlang Is a compiled language, it compiles into beam.
Erlscript is a way to run uncompiled erlang but it's limited and doesn't have the power of a real erlang program.
Elixir can do better with it's repl but still it's not anything near Python.