Misc newbie queries

For the Compleat Fan
Locked
cormullion
Posts: 2038
Joined: Tue Nov 29, 2005 8:28 pm
Location: latiitude 50N longitude 3W
Contact:

Misc newbie queries

Post by cormullion »

Hi.

Where should I post newLISP questions that are neither Windows or Linux or MacOS? The forums are a strange mixture of platform-specific and general newLISP and non-newLISP questions.

Can I get a UTF-8 version for MacOS X without having to build from source..?

Can I get an RSS feed for these forums (I found the News one...)?

Why does the logo on the BB have curly brackets ? just kidding now :-)

thanks!

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

Post by Lutz »

Questions neither Windows nor Linux/UNIX/OSX go here in the general Lisp section. If you find problems in the documentation it typically gets posted in the News section:

- UTF-8 for Mac OSX would have to be made from source, but I made one for you and posted it here:

http://newlisp.org/downloads/developmen ... F8/newlisp

when in the Mac-Safari browser right-click and download 'Save linked file ...'. Then in a terminal window do:

chmod 755 newlisp

to make it executable and move it to /usr/bin/newlisp

sudo mv newlisp /usr/bin

I made it on Tiger 10.4.3 and it has commandline editing enabled, so you can hit cursor-up to retrieve previous statements entered. Its version 8.7.3, which is considered as stable as the release 8.7.1 version.

- I don't know about RSS form this Board Ryon who sponsors/administers this board, will know.

Lutz

cormullion
Posts: 2038
Joined: Tue Nov 29, 2005 8:28 pm
Location: latiitude 50N longitude 3W
Contact:

Post by cormullion »

Wow. What fantastic support for a newcomer!

thanks much

Locked