Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Try Pux" demo website #43

Open
alexmingoia opened this issue Jun 20, 2016 · 1 comment
Open

"Try Pux" demo website #43

alexmingoia opened this issue Jun 20, 2016 · 1 comment

Comments

@alexmingoia
Copy link
Owner

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

@paf31
Copy link

paf31 commented Jun 22, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants