Oct 1, 2011 |
Slides from CUFP 2011: Snap Framework Tutorial
|
Slides for the tutorial I gave about web programming in the Snap Framework, from CUFP 2011 in Tokyo, Japan. |
Jun 11, 2011 |
Announcing: "hashtables", a new Haskell library for fast mutable hash tables
|
A new Haskell library for mutable hash tables, which is several times faster than any previous Haskell associative array datatype. |
May 19, 2011 |
Review: "Learn You a Haskell for Great Good!"
|
A review of "Learn You a Haskell for Great Good!", by Miran Lipovača. |
May 30, 2010 |
Snap Framework: What's new this week?
|
Summarizes the changes between snap-core/-server v0.1.1 (released last week) and snap-core v0.2.5 (released today). |
May 22, 2010 |
Announcing: Snap Framework v0.1
|
The first public release of the Snap Framework is now available. Snap is a simple and fast web development framework for unix systems, written in the Haskell programming language. |
Mar 12, 2010 |
Announce: attoparsec-iteratee
|
A new Haskell library to convert attoparsec Parsers into blazing-fast Iteratees |
Oct 16, 2009 |
Building a website with Haskell, part 4
|
A quick tour of the simple content management I made for this site. The final post in this series. |
Jul 2, 2009 |
Building a website with Haskell, part 3
|
Going dynamic: building a simple content management system |
Mar 30, 2009 |
Building a website with Haskell, part 2
|
In the second part of the series, we discuss the design of
this happstack
website. |
Mar 28, 2009 |
Building a website with Haskell, part 1
|
Using the happstack
web framework to power a simple personal website. |