This is Lisp-on-the-NeXT in view mode; [Up]
Date: Sun 17-May-1991 08:38:48 From: bernou@LELAND.STANFORD.EDU (Bernard Salanie) Subject: Lisp on the NeXT There is a FAQ that deals with "How do I get Lisp on the NeXT". Well, one solution is to download David Betz's xlisp from /pub in bikini.cis.ufl.edu. To get the program to work correctly on the NeXT, I had to make a few changes in unixstuf.c : #define BSD in function init_tty: declare extern char xltoplevel() in function read_keybd: change char buf[1] to char buf[100] change sizeof(buf) to sizeof(char) I've been playing with the program (I know very little about LISP... yet) and it seems to work fine. Bernard Salanie
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Marcel Waldvogel and Netfuture.ch.