@shellsharks I’m working on ironing out some bugs in the code of my virtual sushi bar in #LambdaMOO.
Programmer and free/libre software enthusiast. This is my primary account on the Fediverse. See my website for an authoritative list of accounts.
https://jlamothe.net
- 0 Posts
- 2 Comments
Joined 2 years ago
Cake day: October 12th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
deleted by creator
deleted by creator


@mEEGal @ZILtoid1991 Honestly, the best way I’ve found to understand monads (if we’re talking Haskell) is to look at the type signatures of its functions. Understanding
return,(>>=), and(>>)will essentially tell you everything you need to know.