Conversation

You’re unable to view this Tweet because this account owner limits who can view their Tweets. Learn more
Something that came up on the /r/ProgrammingLanguages Discord when I posted this: could you avoid adding the monad if you didn't have effects (like mutable refs in ML)? Ie. just use lambda parameters as a way of doing abstraction?
2
3
Replying to and
I'm not sure how hard that translation is in practice though. One example where a I thought monad might be handy was having nominal datatypes without relying on a top-level command language, but I'm not sure if this could be done with lambdas too.
1
Show replies