» tagged pages
» logout

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

Programming and Computation

Interpreting types as abstract values [The Abstract of the lecture notes] We expound a view of type checking as evaluation with `abstract values'. Whereas dynamic semantics, evaluation, deals with (dynamic) values like 0, 1, etc., static semantics, type checking, deals with approximations like int. A type system is sound if it correctly approximates the dynamic behavior and predicts its outcome: if the static semantics predicts that a term has the type int, the dynamic evaluation of the term, if it terminates, will yield an integer. As object language, we use simply-typed and let-polymorphic lambda calculi with integers and integer operations as constants. We use Haskell as a metalanguage in which to write evaluators, type checkers, type reconstructors and inferencers for the object language.

Haskell: del.icio.us tag/haskell

Why monads have not taken the Common Lisp world by storm

why monads are great in every language that is identical to haskell

Haskell: del.icio.us tag/haskell

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

defmacro - Writing A Lisp Interpreter In Haskell

"A while ago, after what now seems like eternity of flirting with Haskell articles and papers, I finally crossed the boundary between theory and practice and downloaded a Haskell compiler."

Haskell: del.icio.us tag/haskell

defmacro - Writing A Lisp Interpreter In Haskell

Details example useful for a number of idioms. (And one priceless footnote: "There don't seem to be any definitive sources that suggest Haskell isn't good at something.")

Haskell: del.icio.us tag/haskell

Google Groups: comp.lang.lisp

A "generator" in Common Lisp, compared to Monads, etc.

Haskell: del.icio.us tag/haskell

Page 1 | Next >>