purescript-pux
purescript-pux copied to clipboard
"Try Pux" demo website
See https://gitter.im/alexmingoia/purescript-pux?at=57682468feaf6cd222ad643b for more information
I can put up a server for this. I just need
- A topologically sorted list of modules you want to be able to use. This has to include all transitive dependencies. A quick way to get this is to run
psci
in a fresh directory and copy the "Compiling" output lines. - Externs files for those modules, compiled by 0.9.1.
The simplest way to use the API is to bundle all of the dependencies using something like psc-bundle
, and serve that as a static file, and then eval
whatever JS the API gives you back.