A library that makes it fun and easy to craft modern, browser-based web applications in Haskell, using the Utrecht Haskell Compiler (UHC-JS) tools and utilities.

Clone project from GitHub

Sales pitch

Liquid Epsilon is powered by UHC-JS – a project which enables translation of Haskell programs to JavaScript; making it possible to use pure functional programming techniques to develop modern, single-page applications that run in all web browsers. This project provides various tools for doing so.

Features

Examples

module Main where
import Util.Base

main = do
    wrap $ do
        print "Hello world!"
    >>= onReady

View the examples


IRC: Join #liquidepsilon on FreeNode

© 2014 Johannes Hildén. Code licensed under BSD.