newlisp updater

Q&A's, tips, howto's
Locked
newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

newlisp updater

Post by newdep »

the update.lsp script is updated.

Now it checks for final and development releases.
Console based, not checked on windows but should work too.

get it at http://newlisp.nodep.nl/

Enjoy, Norman.

PS: a GUI version is in the make...
-- (define? (Cornflakes))

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post by newdep »

linux/bsd/osx/solaris and windows downloads are now supported as well.

New version of update.lsp can be found at http://newlisp.nodep.nl/

Norman.
-- (define? (Cornflakes))

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

Post by Fanda »

I see that you ported a script info from Rebol :-)

Just a little thing... instead of using

Code: Select all

(last (sys-info))
I would use

Code: Select all

(& 0xF (last (sys-info)))
That's because the highest bit 7 will be set for UTF-8 versions and after that you get numbers 129, 130, ...

Fanda

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post by newdep »

yes those script headers are indeed from rebol, just because its very handy ;-)

oke Ill check the utf-8...
-- (define? (Cornflakes))

newdep
Posts: 2038
Joined: Mon Feb 23, 2004 7:40 pm
Location: Netherlands

Post by newdep »

new version.
utf8 was done and some better coding..
i think this should work fine ;-)

Norman.
-- (define? (Cornflakes))

Locked