jasongilman / proto-repl

A Clojure Development Environment package for the Atom editor
https://atom.io/packages/proto-repl
MIT License
565 stars 50 forks source link

Large integers cause overflow when printed #238

Open bsiver opened 7 years ago

bsiver commented 7 years ago

When dealing with integers larger than a certain threshold (I'm guessing this is related to the upper bound of a JavaScript number), the result printed in proto-repl appears to be overflowed.

e.g. image

This behavior is not consistent with a standard repl and should be documented if it can't be addressed.