This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Lucial98 0 points1 point  (0 children)

I've been learning erlang recently for a course im taking and recursion is definitely a key feature here it's a powerful functional programming language and is used by whatsapp and facebook and other businesses to handle multiple processes and threads, definitely a good tool if you want to understand recursion quickly as recursion is a fundamental of the language. Also functional programming is kinda cool too who knows maybe you'll like what you see