Hacker News new | past | comments | ask | show | jobs | submit login

This. Just point to the definition in your language (NOT the category theory, unless that's what you're coding in).

In Haskell, a Monad is a type class with a method `bind`. In Scala that would be a `flatten` or whatever.

If a person who's asking doesn't yet know what the "type class" is, or how to read signatures, your "monad tutorial" would not make much sense anywat. Guide them to learn the prerequisites first.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: