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
-
@byte i am still a noob myself (have only been learning it for around an hour :D) but i am reading this book, you can read it online for free. It is pretty good!
learnyouahaskell.com -
Needs more "Hello World." Everyone knows you can't put it on your resume until you can code hello world. And by everyone I mean @runfrodorun
-
c2wiki3787yHaskell is beautiful. The more you learn about it, the more you love it. Wait til you get to the good stuff and don't be afraid of monads. They're just like burritos.
-
Learn you a Haskell for great good is an absolute Bible for this. I strongly recommend it
-
byte33067y@badsector you can use a language like rust,kotlin,etc thats takes some good parts of the functional paradigm and still let you keep the imperative code
-
Problem with Learn You A Haskell is that it teaches you nothing about modern Haskell patterns (monad transformers and stuff). Also, it has no exercises, and I think the only way to truly comprehend Haskell is by hacking away at it.
You'll get frustrated very, very fast after you complete LYAH and try to actually do something with it (which is what happened to me).
Try this instead: https://github.com/bitemyapp/...
It's a learning path of sorts, and some advice. All free.
I bought that person's Haskell Book too, hands down one of the best programming books I've ever read. Seriously. Totally worth the money. They really put a lot of effort into making Haskell simple, understandable, and obvious. -
@byte Learn you a haskell for great good is a great book. Then download GHCI onto your terminal or command line. Then type print ("Hello World") and there you go.
Watch Haskell - Why haskell is great on youtube by FrungyKing. Hilarious and a great intro.
Related Rants
1h into learning Haskell and I haven't written a single hello world example yet
Change feels good
I already love it
undefined
functional programming
change
haskell