newLISP Development Release v.10.5.8

Notices and updates
Locked
Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

newLISP Development Release v.10.5.8

Post 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/

johu
Posts: 143
Joined: Mon Feb 08, 2010 8:47 am

Re: newLISP Development Release v.10.5.8

Post 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,

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Re: newLISP Development Release v.10.5.8

Post by Lutz »

Many thanks Johu, the changes are online here:

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

Locked