
haskell
Get flash to fully experience Pearltrees
Haskell web programming
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
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.

