« earlier | later » Page 1 of 1
Nub Games » Writing a Simple Search Engine in Haskell: Part 1 — Maybe and List
Includes the worst analogy for monads I've ever read, but there's some interesting stuff here.
to functional haskell monads research ... on 09 April 2007
Handy introduction and reference to Haskell's standard monads.
to functional haskell monads research ... on 19 October 2006
Haskell bindings for FUSE. They use monads to restrict the things that read-only FS ops can do, which is quite interesting.
to filesystems fuse haskell monads ... on 07 October 2006
Implementing call/cc using monads. The same approach could be used to implement occam-style concurrency in Haskell without needing to mess with the runtime -- I reckon there's a paper in there...
to concurrency functional haskell monads research ... on 01 October 2006
How monads work in Haskell, via a rather silly metaphor.
to functional haskell monads research ... on 15 August 2006
« earlier | later » Page 1 of 1
- monads | |
1 | concurrency |
1 | filesystems |
4 | functional |
1 | fuse |
5 | haskell |
5 | monads |
4 | research |
tasty by Adam Sampson.