» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with monads + scheme

The Essence of Functional Programming - Wadler (ResearchIndex)

This paper explores the use monads to structure functional programs. No prior knowledge of monads or category theory is required. Monads increase the ease with which programs may be modified. They can mimic the effect of impure features such as exceptions

Haskell: del.icio.us tag/haskell

Crash Monad Tutorial

nice but short on code

Haskell: del.icio.us tag/haskell

Monads in Scheme

"An example of a monadic programming in Scheme that juxtaposes Haskell code for a particular state monad with the corresponding Scheme code."

Haskell: del.icio.us tag/haskell

programming musings » Blog Archive » Programmers go bananas

I will try in this article to give you a simplified overview of the concepts involved, including Category Theory, its application to programming languages and what funny names like catamorphism, anamorphism or lambda-lifting have to do with your everyday

Haskell: del.icio.us tag/haskell

Monads in Scheme

An explanation of Monads from a Scheme PoV. A little hard to follow as I read on, my Scheme and CPS knowledge is rusty

Haskell: del.icio.us tag/haskell