joneshf / trypurescript

PureScript in the browser

Home Page:http://try.purescript.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trypurescript

Very basic browser-based interface to the PureScript compiler.

API

Compile PureScript code

  • Method: POST
  • Endpoint: /compile/text
  • Request body: PureScript code
  • Response body: Compiled Javascript code or error string
  • Status code: 200 (success) or 500 (error)

About

PureScript in the browser

http://try.purescript.org

License:MIT License


Languages

Language:PureScript 60.1%Language:Haskell 32.0%Language:CSS 4.8%Language:JavaScript 3.1%