Internally, u64s wrap as expected. However, too-large input hangs. I expect either an error (probably) or the wrapping behavior (probably not).
commit: 2024-11-15 322297f014d9d2c2b6e26c4f164e354d73277ba8
Lurk REPL welcomes you.
lurk-user> (+ 1 18446744073709551615)
[3 iterations] => 0
lurk-user> (+ 2 18446744073709551615)
[3 iterations] => 1
lurk-user> 18446744073709551616