pre-release newLISP 9.0.0

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

pre-release newLISP 9.0.0

Post by Lutz »

This newlisp-9.0.0-prerelease.tgz does not have the final documentation yet and is intended for checking porting to other architectures (i.e. Tru64) and testing packageing scripts.

Note that the final version will show 9.0 (not 9.0.0) in the sign-on message and the manual. There are no binary packages for this pre-release.

For files and release notes see:

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

Lutz

Fanda
Posts: 253
Joined: Tue Aug 02, 2005 6:40 am
Contact:

Post by Fanda »

Would that make sense to unify formats for function 'format'? It would be easier to write cross-platform applications if we had only one way of writing 'format'. (UNIX = Win32 = Tru64)

Thank you, Fanda

Fanda
Posts: 253
Joined: Tue Aug 02, 2005 6:40 am
Contact:

Post by Fanda »

I like these ;-)

“...”
Additionally to specifying characters in a quoted string with a decimal code a hex code can be used, i.e.: “AB+” equivalent to decimal “\065\066\043” equivalent to hex “\x41\x42\x2b”.

ref-all
Works similar to ref but returns a list of index vectors for all references of an expression

(ref-all 'a '(a b c (d a f (a h a)) (k a (m n a) (x))))
=> ((0) (3 1) (3 3 0) (3 3 2) (4 1) (4 2 2))

Fanda

lisp
Posts: 15
Joined: Tue Oct 10, 2006 1:01 pm
Location: Lispville, LSP
Contact:

Post by lisp »

Yay for hex strings! Next on the wish list: packet injection.

tom
Posts: 168
Joined: Wed Jul 14, 2004 10:32 pm

Re: pre-release newLISP 9.0.0

Post by tom »

Lutz wrote:intended for checking porting to other architectures (i.e. Tru64) and testing packageing scripts.
I made an arch linux package easily, but had to take the "prerelease" out of
the tarball's name first.

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

Post by Lutz »

I attached that 'prerelease' manually, so nobody seeing the file in the development directory mistakes it for the final release.

Lutz

tom
Posts: 168
Joined: Wed Jul 14, 2004 10:32 pm

Post by tom »

That's what I thought. Anyway, package creation was a snap, as usual.

pjot
Posts: 733
Joined: Thu Feb 26, 2004 10:19 pm
Location: The Hague, The Netherlands
Contact:

Post by pjot »

Tru64Unix version runs OK. :-)

Peter

Locked