Closed LeifAndersen closed 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:
ClojureScript
(println (tail_sum 1000000 1))
(println (tail_sum 100000 1))
0
If you remove step 3 it does print as expected.
Fixed. Network error.
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:
ClojureScript
(println (tail_sum 1000000 1))
to(println (tail_sum 100000 1))
(I removed one0
.)If you remove step 3 it does print as expected.