5 ms·
Why wait for Python to reinvent itself? Just use Erlang and call Python libraries from Erlang if you really need them.
by dima 19y ago
Why wait for Python to reinvent itself? Just use Erlang and call Python libraries from Erlang if you really need them.
- jmtulloss 19y agoI have no problem using Erlang when I need it, but eventually concurrency is a problem that every language is going to have to deal with more effectively than it does now. The Actor pattern makes a lot of sense to me conceptually, and makes it trivial to parallelize systems. It's not like Erlang's the end all, be all of programming languages, but it is a forward looking one. I look forward to other languages catching up with it.