badwolf93 | 10 years ago | on: Why Is So Much Reported Science Wrong, and What Can Fix That?
badwolf93's comments
badwolf93 | 10 years ago | on: I Dreamed of a Perfect Database
badwolf93 | 10 years ago | on: PHP 7.0.0 released
badwolf93 | 10 years ago | on: Terra: A low-level counterpart to Lua
badwolf93 | 10 years ago | on: Efene: an Erlang VM language that embraces the Zen of Python
So it really surprises me and stuff.
badwolf93 | 10 years ago | on: Efene: an Erlang VM language that embraces the Zen of Python
badwolf93 | 10 years ago | on: Efene: an Erlang VM language that embraces the Zen of Python
It's not right to bring just twisted to the discussion, I can give you tornado as completely the opposite, it's beautiful and simple and plays great with the multi-process libraries and asyncio, Python 3, etc.
The concurrency models are just different and it's probably nothing wrong with that, single threaded processing using coroutines inside and talking with other processes by message passing using zmq and not rabbit could be monitored with supervisor another great python tool... they are just different tools for different jobs that in fact work in team better that for each own, Python + Erlang.
My point is that is like comparing a mango with a sunfruit, and again there's nothing wrong with the erlang syntax.
Btw I know rabbit it's build on Erlang but again I think it's not a good Erlang example, you could used cowboy as a better OTP builded Erlang application, and again just a mater of perspective.
badwolf93 | 10 years ago | on: Efene: an Erlang VM language that embraces the Zen of Python
Personally I don't see the need of use every tool in the same way, there is nothing wrong with the erlang syntax.
badwolf93 | 10 years ago | on: Efene: an Erlang VM language that embraces the Zen of Python
badwolf93 | 10 years ago | on: Ask HN: Do you listen music while programming??
badwolf93 | 10 years ago | on: Ask HN: How do you approach a new framework/language?