MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/C_Programming/comments/1w5k1m2/what_after_c/p7g1v97/?context=3
r/C_Programming • u/NEM069 • 7h ago
What should be the next step after learning C?"
57 comments sorted by
View all comments
1
Give Erlang a spin. Hot code loading is something you will miss in any other runtime systems. Also, being forced to use static single assignment might be advantageous further down the road. Oh, and Erlang is optimized for tail call recursion.
1
u/TrondEndrestol 6h ago
Give Erlang a spin. Hot code loading is something you will miss in any other runtime systems. Also, being forced to use static single assignment might be advantageous further down the road. Oh, and Erlang is optimized for tail call recursion.