In modern web applications, the client can do far more than simply showing data retrieved from the server. Clients are powerful enough to perform complex tasks without assistance from the server. The result is a greatly improved experience for the user: Network roundtrips can be avoided...
Expert Overview
Things I'm Doing
Talks I've Given
: Luite Stegeman has studied computer science at Utrecht University and is the main author of GHCJS, on which he has been working from various places.
github: http://github.com/luite
 
Talks I've Given
-
Keynote from Luite Stegeman - Solving the JavaScript Problem
Featuring Luite Stegeman
GHCJS is a Haskell to JavaScript compiler based on GHC. Among the improvements in the past year are official Cabal integration, support for CPU profiling and an overhaul of the ghcjs-base library. A recent addition is an experimental REPL, making it easier than ever to interact with Haskell in a...
haskell javascript web compiler