<aw->
Regenaxer: hi, when you wake up, there's a small error in the refF.html docs for (format), the 'bin' link points to the wrong page: https://software-lab.de/doc/refF.html#format
_whitelogger has joined #picolisp
jibanes has quit [Ping timeout: 240 seconds]
jibanes has joined #picolisp
jibanes has quit [Ping timeout: 240 seconds]
jibanes has joined #picolisp
<beneroth>
/quit
beneroth has quit [Quit: Leaving]
<Regenaxer>
Hi aw-! Thanks!
<Regenaxer>
I fixed it, will release in the next days
dexen has quit [Ping timeout: 240 seconds]
mtsd has joined #picolisp
mtsd has quit [Quit: leaving]
<aw->
great, thanks
<aw->
Regenaxer: are fixedpoint numbers encoded in a special way in PicoLisp?
CaptainObvious has quit [Ping timeout: 272 seconds]
michelp has quit [*.net *.split]
<Regenaxer>
aw-, there are no fixedpoint numbers in PicoLisp. There are only integer numbers (num, sym, list)
<aw->
hmmm
<aw->
ok so how does (scl) work behind the scenes?
<Regenaxer>
It is only for 'read'
<Regenaxer>
the dot in numbers is just a read macro