|
|
|
|
|
by ivanplenty
4533 days ago
|
|
I love Scala as a language and would encourage you to learn it on the way to becoming a more rounded programmer. It does have its warts, and compile times kill me. On HN the two common recommendations are: * Go * Node.JS (with Promises while we wait for generators!) I personally use node for large-scale stuff since more people know JS, but a lot of this comes down to personal preference. |
|
Rich Hickey is really good about why Callbacks are terrible (and that's why he implemented CSP in clojure):
> http://www.infoq.com/presentations/clojure-core-async
> https://github.com/clojure/core.async