Is Haskell just a meme?
Is Haskell just a meme?
Adrian Anderson
Andrew Richardson
Yes
Alexander Russell
No
Austin Mitchell
Maybe.
Evan Anderson
Can you repeat the question?
Evan Long
It's a good language to get yourself comfortable with functional programming and advanced type systems before you move on to more practical languages like Rust.
Alexander Gutierrez
Learning Haskell will make you a better programmer even if you don't actually use it very much. Like Lisp.
Julian Collins
It's one of the more advanced typed functional languages. They're the future of programming but unfortunately Haskell is a bit outdated (no dependent types).
Sebastian Diaz
fix f = f (fix f)
Eli Hall
beautiful