Haskell Or Generally Functionnal Programming Is The Future For Me - Programming - Nairaland
Nairaland Forum › Science/Technology › Programming › Haskell Or Generally Functionnal Programming Is The Future For Me (1175 Views)
| Haskell Or Generally Functionnal Programming Is The Future For Me by hermannovich(op): 12:40pm On Nov 27, 2017 |
I'm programming since a couple of year I have done almost every style of programming This year I have heard about reactive programming and when trying to understand that I was inside functionnal programming, and I like to understand things using the hard way, so I have decided get my head inside haskell. What I have seen is, this language is at first difficult to get into when you come from OOP or Procedural programming But after learning core idioms you understand that it is perfect for concurrent and parallel programming due to its relationship with mathematics and some properties that can help us make assumptions about the result of concurrent and parallel programming As Concurrent and parallel programming will be the next step for programmer with all datas we have to handle, do you think that this language or this type of language will be the future ? |
| Re: Haskell Or Generally Functionnal Programming Is The Future For Me by melodyogonna(m): 9:19pm On Nov 27, 2017 |
what's all this noise about haskell recently how is it better than languages that are both functional, procedural and object oriented at thesame time like python and c++? |
| Re: Haskell Or Generally Functionnal Programming Is The Future For Me by hermannovich(op): 10:12am On Nov 28, 2017 |
I do not say that it is better than other languages, but in terms of concurrent and parallel programming I think with monad, applicative it much easy with haskell. Also to handle an infinite list it is more easy with Haskell, I do not really understand python deeply but I think Haskell is better. According infinite list and concurrent and parallel programming today with big data it is almost clear that functionnal programming will be more and more important in the future. |
| Re: Haskell Or Generally Functionnal Programming Is The Future For Me by 4kings: 5:34pm On Dec 03, 2017 |
Hmm. |
| Re: Haskell Or Generally Functionnal Programming Is The Future For Me by pak: 4:45pm On Jun 02, 2024 |
melodyogonna:Python (my primary language) implements certain functional concepts but it is not a purely functional language. It still primarily imperative. |
Programming Is just Like Playing Football • Programming Is Not Fun And To Make It Fun • Looks Like Programming Is Not My Way... Advise Me Please • 2 • 3 • 4
Mr Beard General Hair Growth For Men And Women • Internship • E-commerce Web App Like Konga And Jumia
how is it better than languages that are both functional, procedural and object oriented at thesame time like python and c++?