Where is functional languages in sololearn? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Where is functional languages in sololearn?

f#, scala, haskel

16th Oct 2017, 6:18 PM
Wasya
Wasya - avatar
6 Answers
+ 4
What are they used for? Why should users learn those languages?
16th Oct 2017, 9:18 PM
Manual
Manual - avatar
+ 4
To be able to write less code (To Manual)
19th Oct 2017, 1:56 PM
Wasya
Wasya - avatar
+ 3
Very wise answer Qyther
19th Oct 2017, 1:55 PM
Wasya
Wasya - avatar
+ 1
I prefer to do my functional code via C/C++. If you would like to see some more functional languages. Email [email protected], or if you like to try the lesson factory. You can have the opportunity to add the lesson.
17th Sep 2019, 8:52 PM
Manual
Manual - avatar
0
But the main reason for them is to leave input intact.
17th Sep 2019, 8:25 PM
Wasya
Wasya - avatar
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.
17th Sep 2019, 8:27 PM
Wasya
Wasya - avatar