<Regenaxer>
hehe, yes. *Scl is expected to be a number
<Regenaxer>
The reader cannot check that all the time
<Regenaxer>
(scl NIL) could be inhibited though
<Regenaxer>
But not (off *Scl) or (setq *Scl) etc
<tankf33der>
still thinking what way use to provide fixedmath info.
<Regenaxer>
How to explain it?
<tankf33der>
yea
<tankf33der>
because form of explain important for me too
<Regenaxer>
T
orivej has quit [Ping timeout: 240 seconds]
orivej has joined #picolisp
<tankf33der>
Regenaxer:
<tankf33der>
question:
<tankf33der>
for (** 2 3.1) i need (pow) function from @lib/math.l, right ?
<Regenaxer>
'pow' wants 2 fixnums
<tankf33der>
yea, right.
<Regenaxer>
So it is fine
<tankf33der>
ok
<Regenaxer>
Not other way for a non-integer exponent
<Regenaxer>
(no general way)
<tankf33der>
yea. ok
<Regenaxer>
:)
<Regenaxer>
BTW, I'm just rewriting several parts of IPC (tell etc.)
<Regenaxer>
Cleaning up
<Regenaxer>
and I think I found also something not correct
<tankf33der>
cool.
<Regenaxer>
Let's hope ;)
<tankf33der>
my tutorial is completed
<Regenaxer>
Great!!
<Regenaxer>
I'm testing now
<Regenaxer>
Will you announce the tutorial in twitter and the list?
<tankf33der>
sure, i will show you first :)
<Regenaxer>
ok
<Regenaxer>
I will release the modified IPC protocol now. There were some glitches in the byte stream concering embedded sizes. These happened when transferred in several chunks, which in turns happens if the other child process is busy and cannot accept the data
<Regenaxer>
I did a local small test
<Regenaxer>
Will now start my long 9-times tests repeatedly