erlang

Speed comparison with Project Euler: C vs Python vs Erlang vs Haskell

Speed comparison with Project Euler: C vs Python vs Erlang vs Haskell Question: I have taken Problem #12 from Project Euler as a programming exercise and to compare my (surely not optimal) implementations in C, Python, Erlang and Haskell. In order to get some higher execution times, I search for the first triangle number with …

Total answers: 17

Python/Erlang: What's the difference between Twisted, Stackless, Greenlet, Eventlet, Coroutines? Are they similar to Erlang processes?

Python/Erlang: What's the difference between Twisted, Stackless, Greenlet, Eventlet, Coroutines? Are they similar to Erlang processes? Question: My incomplete understanding is that Twisted, Stackless, Greenlet, Eventlet, Coroutines all make use of async network IO and userland threads that are very lightweight and quick to switch. But I’m not sure what are the differences between them. …

Total answers: 3

Which Actor model library/framework for python and Erlang-like?

Which Actor model library/framework for python and Erlang-like? Question: I am looking for an easy-to-learn Actor library or framework for Python 2.x. I have tried Candygram and Twisted but I did not like them. I’d like something that will be easy to extend to suppero Greenlet (= stackless python). Candygram is too old. Twisted is …

Total answers: 6