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
pre-release newLISP 9.0.0
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
“...”
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
Re: pre-release newLISP 9.0.0
I made an arch linux package easily, but had to take the "prerelease" out ofLutz wrote:intended for checking porting to other architectures (i.e. Tru64) and testing packageing scripts.
the tarball's name first.