Archive for the ‘Haskell’ Category

3D Text Rendering in Haskell with FTGL

Hi,
While I was writing a sort of password manager for my personal use (in Haskell) — actually, a friend of mine was doing the same in Java, so there was some competition — I decided that just printing the password in the terminal wasn’t enough, at all. That’s why I decided to look at [...]


Using OCaml’s module functors to provide monadic contexts for Batteries

Hi,
Several days ago, bluestorm and I started working on monads-related stuffs for Batteries, so that we’d be able to provide a good API for writing and using monads in Objective Caml.
Well, we’ve now written the basis of the future monad-related functions and modules in Batteries.
Of course, we’ve introduced two key monads, keeping Batteries’ spirit : [...]