Blog Archives

text 0.10.0.0 is here

Posted in haskell, open source, Uncategorized

How to migrate from darcs to Mercurial or git

Posted in haskell, mercurial, open source

A brief tale of faster equality

Posted in haskell, open source

Unicode text performance improvements

Posted in haskell, open source

A tiny example of clean Unicode handling in Haskell

Ersin Er wrote a brief blog post about handling the Turkish language in Haskell. Because Turkish uses a character set that mostly looks familiar to Westerners, it is notorious for its ability to trip up the unwary programmer (see examples
Posted in haskell, open source

Haskell-related job opening at Stanford University

Posted in haskell, open source

Updated ICU bindings for Haskell: 0.4.0.0

Posted in haskell, open source

Dealing with fragile C libraries (e.g. MySQL) from Haskell

I spent some time today trying to talk to a MySQL database server from a piece of middleware I'm writing in Haskell. You might think that talking to a database server would be easy, but it turned out to be
Posted in haskell, linux, open source

Fast base64 encoding and decoding in Haskell

Posted in haskell, open source

Major version of the Haskell text library, 0.8.0.0

Posted in haskell, open source