Subscribe

2018-01-29 Thread Pieter Suurmond
Hello Pieter Suurmond :-) You are now subscribed -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Re: Math exp issue?

2018-01-29 Thread PositronPro
Original Message On 29 Jan 2018 12:55 pm, Alexander Burger wrote: On Mon, Jan 29, 2018 at 08:14:31AM +0100, Alexander Burger wrote: > To the question why it returns 101 for (exp 1): 101 is the > representation of the float number 1: > > : (round 101) > -> "1.000" ..

Re: Chinese input causes mess in the REPL

2018-01-29 Thread Enwei Zhang
Hi all, Thank you for your information. At the last weedend, I've tried 'picolisp', 'pil', 'pil +' and the Java version, when deleting input Chinese charater, there is also an issue: input '你好' (nihao in Pinyin) first, : 你好 and then push backspace once, it will become: : 你 there is a space

Re: Math exp issue?

2018-01-29 Thread Joh-Tob Schäg
Hi since i basically study mathematics at the moment i will implement exp in pure picolisp when i find the time. 2018-01-29 8:25 GMT+01:00 Alexander Burger : > On Mon, Jan 29, 2018 at 08:14:31AM +0100, Alexander Burger wrote: > > To the question why it returns 101