purescript-pux icon indicating copy to clipboard operation
purescript-pux copied to clipboard

"Try Pux" demo website

Open alexmingoia opened this issue 8 years ago • 1 comments

See https://gitter.im/alexmingoia/purescript-pux?at=57682468feaf6cd222ad643b for more information

alexmingoia avatar Jun 20 '16 20:06 alexmingoia

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.

paf31 avatar Jun 22 '16 17:06 paf31