Page 1 of 1

newLISP Development Release v.10.5.8

Posted: Tue Mar 11, 2014 3:36 pm
by Lutz
Development version 10.5.8 adds native expansion macros and other small additions and improvements in several areas:

http://www.newlisp.org/downloads/development/

Re: newLISP Development Release v.10.5.8

Posted: Thu Apr 03, 2014 9:31 am
by johu
Hello, Lutz.

For Stable Release,

line 17430 in newlisp_manual v10.6.0
of <tt>macro</tt> is identical to the syntax of <a href="#define">define-macro</a>.
                          ↓
of <tt>macro</tt> is identical to the syntax of <a href="#define-macro">define-macro</a>.
line 19545
as in TCP/IP protocol communications, but to crate the socket bound to
                      ↓
as in TCP/IP protocol communications, but to create the socket bound to
line 19547
<tt>udp-server.lsp</tt> and <tt>udp-client.udp</tt> int the
                    ↓
<tt>udp-server.lsp</tt> and <tt>udp-client.lsp</tt> in the
line 27998
<p>If all parameters are omitted, <tt>write</tt> writes the contents fromt the
                                ↓
<p>If all parameters are omitted, <tt>write</tt> writes the contents from the
And since v.10.5.5 or .6 , the pretty-print default float setting has been changed to "%1.15g".
But, at the example for pretty-print :
(pretty-print) <span class='arw'>&rarr;</span> (80 " " "&#037;1.10g") ; default setting

(sin 1) → 0.8414709848
Are these changed?

Regards,

Re: newLISP Development Release v.10.5.8

Posted: Thu Apr 03, 2014 4:29 pm
by Lutz
Many thanks Johu, the changes are online here:

http://www.newlisp.org/downloads/develo ... anual.html