newLISP Stable Release v.10.5.3

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

newLISP Stable Release v.10.5.3

Post by Lutz »

Stable release v.10.5.3 fixes bugs and adds functions for KMEANS cluster analysis.

http://www.newlisp.org/index.cgi?page=Downloads

rickyboy
Posts: 607
Joined: Fri Apr 08, 2005 7:13 pm
Location: Front Royal, Virginia

Re: newLISP Stable Release v.10.5.3

Post by rickyboy »

Excellent! Thanks so much!
(λx. x x) (λx. x x)

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

Re: newLISP Stable Release v.10.5.3

Post by johu »

Hello, Lutz.

I finished translartions of manuals.

guiserver_manual-152
newlisp_manual-10503

There are in here.

And I have a suggestion.
As the version of guisever is 1.52, gs:run-shell takes 3 arguments.
Till then (for example, version 1.50), gs:run-shell took 2 arguments.
At both v.1.50 and v.1.52, gs:get-version returns 1.5.
I hope they are different return values.

Regards,

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

Re: newLISP Stable Release v.10.5.3

Post by Lutz »

Thank you very much for the translation updates Johu. Everything is online:

http://www.newlisp.org/newlisp_manual-jp.html
http://www.newlisp.org/manual_frame-jp.html
http://www.newlisp.org/guiserver-jp/

About version numbers in guiserver: There are actually three version numbers involved running the newLISP-GS environment: (1) newlisp-edit v.1.50, (2) guiserver.lsp v.1.52 and (3) the Java based guiserver.jar v.1.5.

The function gs:get-ver returns the version number of guiserver.jar, which it stores internally as a double float.

Off topic: I wonder if new registrations on this board are still possible - Ryon ?

Locked