Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Froot75547yIt is just so different. It's functional, so it opens a whole new perspective for you. I think that's the point mainly
-
Can only repeat what @Froot said. We use Haskell in the Introduction to CS course and it makes you think in a completely different manner.
-
Voxera115857yI never used Haskell but we had a challenge at work to write Space Invaders using ASCII graphics in F# which is also functional
It was very interesting as none of us had programmed F# before.
Ended up with a working prototype in 50 lines of code.
Only missing features was no cover for the players and the invaders did not fire any shots, you just had to get them all before the reached ground. -
Wack63117yI'm thinking about trying out a functional language. So far I'd settle on rust, as I kind of like, that the memory management isn't using a garbage collecotor, but forces you to write "clean" code, that the compiler can figure out. Any advantage of haskel compared with rust?
-
Froot75547y@Wack That's like comparing an apple to an oil tanker.
They're so different that any comparison will most likely be very hard
Related Rants
-
dibbler6722Not a specifically dev related story, but absolutely rant worthy. Today I was working from home, and my wife ...
-
whatevel12So, today I was at my college library, working on an Haskell project that I have for my Functional Programming...
-
nzeetee7Well fuck me. Just went to my first meetUp with a group of Haskell programmers. I think they broke Enigma in ...
I see more and more people encouraging people to learn Haskell. But why ? What can you do with it, that you would not do with another language? what have you done with haskell?
question
haskell