» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with .future + Programming

The Universe of Discourse : data Mu f = In (f (Mu f))

Excellent explanation of kinds and fixed points over types in Haskell.

Haskell: del.icio.us tag/haskell

FS: Backwards State, or: The Power of Laziness

"The backwards state monad differs from [the regular state monad] in that the flow of the state through the execution is revere to the flow of the results - that is, an action in the backwards state monad takes in the final value of the state and produces a result and the initial value."

Haskell: del.icio.us tag/haskell

Haskell Cafe - A handy little consequence of the Cont monad

(TODO: Grok this.) Cale demonstrates a one-liner that is "generally useful whenever you have a bunch of with-style functions for managing the allocation of resources, and would like to turn them into a single with-style function providing a list of the...

Haskell: del.icio.us tag/haskell

Selenium

"Selenium is a test tool for web applications. Selenium tests run directly in a browser, just like real users do. It runs in Internet Explorer, Mozilla and Firefox on Windows, Linux, and Macintosh, Safari on the Mac."

opensource: del.icio.us tag/opensource

Why Why Functional Programming Matters Matters

"When I first read WhyFP, I thought the author was expressing an opinion about the design of good programming languages. Whereas on the second reading, I realized he was expressing an opinion about the design of good programs."

Haskell: del.icio.us tag/haskell

Mathematical Pamphlet ‽ Debugging with Open Recursion Mixins

"open-recursive functions already have some debugging hooks for tracing/breakpoints/etc."

Haskell: del.icio.us tag/haskell