newLISP Fan Club

Forum => newLISP in the real world => Topic started by: newdep on January 13, 2006, 05:00:47 AM

Title: newlisp updater
Post by: newdep on January 13, 2006, 05:00:47 AM
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...
Title:
Post by: newdep on January 13, 2006, 10:10:01 AM
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.
Title:
Post by: Fanda on January 13, 2006, 08:29:54 PM
I see that you ported a script info from Rebol :-)



Just a little thing... instead of using
(last (sys-info))
I would use
(& 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
Title:
Post by: newdep on January 13, 2006, 11:37:50 PM
yes those script headers are indeed from rebol, just because its very handy ;-)



oke Ill check the utf-8...
Title:
Post by: newdep on January 14, 2006, 09:08:16 AM
new version.

utf8 was done and some better coding..

i think this should work fine ;-)



Norman.