santoshrajan / monadjs

Monad Library for JavaScript
MIT License
54 stars 8 forks source link

Boilerplate reduction #1

Open jbmartin opened 11 years ago

jbmartin commented 11 years ago

Great blog post, thanks. I wonder if there's any slick ways to reduce the amount of boilerplate code when calling monads.

santoshrajan commented 11 years ago

Can be done in Lisp or Lisp like language using macros. My understanding of monads came from writing monads for the LispyScript Language I wrote which has macros.