Viewing profile — visitorx
visitorx
HN member- Joined
- Mon, Mar 18, 2013, 9:29 PM UTC
- HN karma
- 1
- Public activity
- 2 items
- HN profile
- View on Hacker News ↗
About visitorx
No profile information was provided.
Recent public activity
-
comment
Comment #5397550
Go was designed for concurrency from the start and even has null pointers and lots of mutation, this makes the concurrency problem easier to solve because you have more control ove…
-
comment
Comment #5397537
seconded, I doubt many a sane person would use Python for IO bound concurrency, they should definitely be looking at Rust (in the future slightly) and Erlang (currently the defacto…