What is use of Functional Languages..?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

What is use of Functional Languages..??

Is functional languages are useful..?? What is their uses and what can i create from functional languages ..??

7th Feb 2019, 4:12 AM
Dharmesh Kale
Dharmesh Kale - avatar
3 Answers
+ 8
... Functional programming languages are used to write programs in terms of functions. While OOP depicts a system as a collection of classes, objects, and the interaction and relationship between them, function programming depicts a system as a collection of functions, each providing an output which corresponds to a certain input. Most languages we've been exposed to are multi-paradigm, allowing you to use functional, procedural, object-oriented styles as you see fit. If you wish to look deeper, there are also "pure functional programming languages" which only allow you to program using functions. https://www.sololearn.com/Discuss/130629/?ref=app https://www.sololearn.com/Discuss/66492/?ref=app https://www.sololearn.com/Discuss/498264/?ref=app
7th Feb 2019, 4:56 AM
Hatsy Rei
Hatsy Rei - avatar
+ 4
I have often wondered if every problem requiring a computer based solution can be solved via a pure functional language. Perhaps some problems lend themselves more to be solved via an OO approach than a functional one. This is my gut feeling but I don't have enough knowledge or imagination to provide a concrete example.
9th Feb 2019, 4:20 AM
Sonic
Sonic - avatar
+ 3
Functional languages mainly used because of their - 1. Reusablity 2. Less code required 3. Increases Readability 4. Useful in Big Projects 5. Oops Concept 6. Time saving concept 7. We can create Custom functions. That's why we should use functional language.
8th Feb 2019, 8:59 PM
Shubham Chaurasiya
Shubham Chaurasiya - avatar