mosh
mosh copied to clipboard
problems in `(scheme time)`
the different values for jiffies-per-second and current-jiffy do not work together. current-jiffy increases by 1 every second, so jiffies-per-second should be 1, but it is instead 1000000000, so all calculations with these are off by a factor of 1 billion.