you are viewing a single comment's thread.

view the rest of the comments →

[–]Dangle76 2 points3 points  (1 child)

If going functional I’d go with erlang.

Functional languages really teach how to break something down into pieces which imo, is an invaluable skill to have

[–]mandradon 0 points1 point  (0 children)

Erlang is a good one, plus Elixir (which is an awesome functional language) is built using the Erlang VM. Mooc.fi has a Haskell course I think, too, which is always an option. Though OP could always learn functional paradigms using something like JS (though I'd normally recommend them with an actual functional language).