Re: try picolisp

2014-09-02 Thread Tomas Hlavaty
Hi Christophe, Christophe Gragnic christophegrag...@gmail.com writes: It should be possible to find the original values from another instance of picolisp, for example. Is it always possible? try it: in 1st console: $ ~/picoLisp/p : call - 267631 : ^d in 2nd console: $ ~/picoLisp/p :

Re: try picolisp

2014-09-02 Thread Thorsten Jolitz
Christophe Gragnic christophegrag...@gmail.com writes: On Mon, Sep 1, 2014 at 10:02 PM, Thorsten Jolitz tjol...@gmail.com wrote: could you elaborate on this a bit? Sorry, I cannot give you better info that what is in the ref: http://www.tcl.tk/man/tcl8.6/TclCmd/interp.htm#M4 thx for the

Re: Swimming against the tide, again (this time with numbers)

2014-09-02 Thread Christophe Gragnic
Hi all, On Mon, Sep 1, 2014 at 6:05 AM, Tomas Hlavaty t...@logand.com wrote: : (* 1.0 1.0) - 100 You want: (*/ 1.0 1.0 1.0), see http://software-lab.de/doc/ref_.html#*/ That's funny because I read about */ right before posting my email but couldn't connect with my problem. If there is room

Re: Swimming against the tide, again (this time with numbers)

2014-09-02 Thread Tomas Hlavaty
Hi Christophe, Christophe Gragnic christophegrag...@gmail.com writes: is my suggestion: «…by multiplying with (or dividing by) the scale factor.» could become «…by multiplying with (or dividing by) the scale factor, which is always `1.0`.» it doesn't have to be always 1.0. If it was, it