haskell

TwitterFacebook
Get flash to fully experience Pearltrees

Haskell web programming

http://yannesposito.com/Scratch/en/blog/Yesod-tutorial-for-newbies/#install update : updated for yesod 0.10 tl;dr : A simple yesod tutorial. Yesod is a Haskell web framework. You shouldn’t need to know Haskell. Table of Content (generated) {:toc}
http://blog.johantibell.com/2011/12/remotely-monitor-any-haskell.html

Johan Tibell: Remotely monitor any Haskell application

I am delighted to announce the first release of ekg , a new library for remote monitoring of processes over HTTP. The library gives you insight into what your application is doing right now . It lets you see how much memory your application is using, how much time is spent on GC, and what the current memory allocation rate is. Live monitoring is sometimes the only way to get insight into issues that only show up when an application is deployed in production.

Tutorials

http://www.haskell.org/haskellwiki/Tutorials#Using_monads From HaskellWiki 1 Introductions to Haskell These are the recommended places to start learning, short of buying a textbook . 1.1 Best places to start Learn You a Haskell for Great Good!
From HaskellWiki All About Monads is a tutorial on monads and monad transformers and a walk-through of common monad instances. You can download a PDF version here or here . And here is a version of the article which includes source code . Attempts are being made at porting the tutorial to this wiki; what you're seeing below is a preview of the result of that effort. http://www.haskell.org/haskellwiki/All_About_Monads

All About Monads

H-99: Ninety-Nine Haskell Problems

From HaskellWiki These are Haskell translations of Ninety-Nine Lisp Problems , which are themselves translations of Ninety-Nine Prolog Problems . If you want to work on one of these, put your name in the block so we know someone's working on it. Then, change n in your block to the appropriate problem number, and fill in the <Problem description>,<example in Haskell>,<solution in haskell> and <description of implementation> fields. http://www.haskell.org/haskellwiki/H-99:_Ninety-Nine_Haskell_Problems