Closed mfikes closed 9 years ago
(apply + (range 2e7))
Works and simple forms like 3 appear to be evaluated concurrently somehow. But something like (inc 3) causes app to crash.
3
(inc 3)
I think this may just simply be memory overflow. With loop recur forms crash doesn't occur.
(apply + (range 2e7))
Works and simple forms like
3
appear to be evaluated concurrently somehow. But something like(inc 3)
causes app to crash.