Subscribe to
Posts
Comments

Archive for the 'haskell' Category

CPS is great! CPS is terrible!

I’ve spent some time over the past few weeks improving the performance of the attoparsec parsing library, and of the aeson JSON library. Since they’ve now reached a new plateau of performance and stability, I thought this would be a good time to release new versions. The major advance in the new version of aeson [...]

GHC 7 I/O manager status update

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 in PHP and PostgreSQL).12345678import Data.Text (pack, unpack)import Data.Text.ICU (LocaleName(Locale), toLower)main = do let trLocale = [...]

« Prev - Next »