**Steps To Reproduce** **Step 1**: Execute ```bash joker --repl localhost:4321 ``` **Step 2**: In IDEA create a "Clojure REPL Remote" "RemoRun/Debug Configuration" with Host=localhost and Port=4321 named "Joker REPL". **Step 3**: Run "Joker REPL", which results in the following output in the IDEA REPL window: ```bash Connecting to remote nREPL server... Exception starting REPL: java.lang.ArithmeticException: integer overflow ```