HaskellImplementorsWorkshop/2012/Stutterheim

From HaskellWiki
< HaskellImplementorsWorkshop‎ | 2012
Revision as of 09:04, 18 July 2012 by GregoryCollins (talk | contribs) (New page: =Web browser programming with UHC's JavaScript backend= ''Jurriën Stutterheim, Alessandro Vermeulen'' The Utrecht Haskell Compiler (UHC) has a JavaScript backend. This backend has been ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Web browser programming with UHC's JavaScript backend

Jurriën Stutterheim, Alessandro Vermeulen

The Utrecht Haskell Compiler (UHC) has a JavaScript backend. This backend has been used to experiment with building applications intended to run inside web browsers. In particular we did a port of a small client-server application. Although both backend and client-server applications in itself are not new, the particular combination allowing web browser programming in Haskell is new and interesting because of entering otherwise unfamiliar Haskell territory. We discuss the backend, the JavaScript FFI, the built client-server application, and the aspects of this experiment which went well as the aspects (both in UHC as well as the Haskell ecosystem) which need improvement in order to make Haskell a viable option for web browser programming.