|
|
|
|
|
by rdtsc
3253 days ago
|
|
But then you'd be ready to start on a new day job with tools and concepts you really enjoy using ;-) It's not just a matter of syntax and such but a whole new way of thinking - specifically immutability, functional aspect, using lightweight processes, hot code loading, sane handling of crashes and restart, easy tracing, etc. allow approaching and solving problem in whole new ways that is often a lot more efficient (both performance wise but also operations-wise). Even if you switch to using other language you'd find yourself trying to apply some of these techniques so it is a useful set of things to learn about. |
|
But agreed, it's still worth the effort to learn as many new languages as possible. It will make you a better programmer.
Haskell and Erlang were particularly eye-opening for me, but Scheme/Clojure was a great entry point into FP.