barley

A web based environment for learning and tinkering with Haskell

Latest on Hackage:0.3.0.2

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

LicenseRef-OtherLicense licensed by Johan Tibell, Mark Lentczner
Maintained by [email protected]

Barley is an environment for tinkering with Haskell. It is a web server with an embedded simple programming environment rendered as web pages. The environment allows you to easily edit Haskell code and quickly see the result of running it. Barley includes a tutorial aimed at people with some programming and web experience, but it assumes no exposure to Haskell or functional programming. The tutorial takes the developer from generating a simple web page through a modest web application with database backend storage. Along the way it exposes the programmer to the basic idioms needed to do simple programming tasks.