Hacker News new | ask | show | jobs
by dima 6701 days ago
Why wait for Python to reinvent itself? Just use Erlang and call Python libraries from Erlang if you really need them.
1 comments

I 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.