Bookmarks for tag haskell

HaskellDB Introduction
Tags: development, functional, haskell, pdf, sql
Introduces the HaskellDB API which provides a monadic DSL for relational database interaction backed onto two different general haskell DB APIs (HDBC or HSQL) – apparently unmaintained
Haskell Database.HDBC
Tags: databases, development, haskell, sql
Straight forward SQL DB abstraction layer for Haskell
Scrap your boilerplate … in Haskell
Tags: development, dynamic programming, haskell, typeable
Using Typeable typeclass to do semi-dynamic programming in Haskell
Real World Haskell
Tags: books, development, haskell, programming
A book, available for free online, about programming Haskell with a real world rather than theoretical or mathsy focus.
WebApplicationInterface - HaskellWiki
Tags: development, haskell, software, wai, web, wsgi
Haskell Web Application Interface, similar to WSGI for python. A generalised API for building web applications
All About Monads
Tags: development, haskell, monads
Massive and detailed documentation for Monads in Haskell
The A-Z of Programming Languages: Haskell
Tags: haskell, interviews, programming, simon peyton-jones
Interview with Simon Peyton-Jones on Haskell
HaXR - the Haskell XML-RPC library
Tags: haskell, xml-rpc
XML-RPC Library for haskell
Modular Haskell Web Server
Tags: haskell, http, mohws, servers
A lightweight, modular web server written in Haskell.
Learn You a Haskell for Great Good!
Tags: haskell, programming, tutorials
A nicely typeset, slightly odd, tutorial to Haskell. Possibly not as comprehensive as Real World Haskell but better looking
Software Tools in Haskell
Tags: haskell, software tools, tutorial
Another Haskell tutorial, again aimed at writing real world code.
Common Haskell Idioms
Tags: haskell, idioms, programming
A list of wikipages about common programming idioms in Haskell.

Related tags

books, databases, development, dynamic programming, functional, http, idioms, interviews, mohws, monads, pdf, programming, servers, simon peyton-jones, software, software tools, sql, tutorial, tutorials, typeable, wai, web, wsgi, xml-rpc