+ 3
Where is functional languages in sololearn?
f#, scala, haskel
6 Answers
+ 4
What are they used for?
Why should users learn those languages?
+ 4
To be able to write less code (To Manual)
+ 3
Very wise answer Qyther
+ 1
I prefer to do my functional code via C/C++.
If you would like to see some more functional languages.
Email info@sololearn.com, or if you like to try the lesson factory. You can have the opportunity to add the lesson.
0
But the main reason for them is to leave input intact.
0
Function with body "a= a+1; return a" (a is changed) is not functional in that sense, but with body "b = a+1; return b" is.