rob_w has quit [Remote host closed the connection]
Iacob has quit [Ping timeout: 246 seconds]
Iacob has joined #picolisp
Iacob has quit [Quit: IRCNow and Forever!]
Iacob has joined #picolisp
geri` has joined #picolisp
geri` is now known as geri
<geri>
it's pretty interesting that floating point numbers automatically round
<geri>
i was trying to add up some numbers representing money and only remembered there are no floats in pil when i got an accurate answer but rounded up
<geri>
(+ 0.5 0.5) is 2, ouch
<geri>
ah, reader rounds em out somehow
<geri>
interesting
<geri>
also the "write your own reader" is so metal