nuprl / Stopify

A JS-to-JS compiler that makes it easier to build Web IDEs and compile to JS.
https://zenodo.org/records/10408254
BSD 3-Clause "New" or "Revised" License
173 stars 12 forks source link

Demo on stopify.org fails to run if modified #493

Closed LeifAndersen closed 3 years ago

LeifAndersen commented 3 years ago

This may only be a bug with the clojure option, but the example on stopify.org fails to run when you modify it at all.

Steps to reproduce:

  1. Go to https://stopify.org
  2. Set the language to ClojureScript
  3. Change line 6 from (println (tail_sum 1000000 1)) to (println (tail_sum 100000 1)) (I removed one 0.)
  4. Click run, see that nothing prints out.

If you remove step 3 it does print as expected.

arjunguha commented 3 years ago

Fixed. Network error.