Is Haskell just a meme?

Is Haskell just a meme?

Attached: book_cover-min.png (2480x3507, 73K)

Yes

No

Maybe.

Can you repeat the question?

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.

Learning Haskell will make you a better programmer even if you don't actually use it very much. Like Lisp.

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).

fix f = f (fix f)

beautiful