higepon / mosh

Mosh is a free and fast interpreter for Scheme as specified in the R6RS.
http://mosh.monaos.org/
Other
181 stars 13 forks source link

problems in `(scheme time)` #261

Open ecraven opened 4 months ago

ecraven commented 4 months ago

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.