thephoeron / LLTHW

Learn Lisp The Hard Way source-code and full book text
MIT License
344 stars 56 forks source link

Online REPL doesn't catch divide by zero #20

Closed rrshaban closed 9 years ago

rrshaban commented 9 years ago

Running (/ 9 0) in the online REPL crashes the webpage in Chrome on OSX.

rrshaban commented 9 years ago

This actually seems to be an issue with JSCL, I've opened an issue there: (https://github.com/davazp/jscl/issues/169).