Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!ucbvax!tut.cis.ohio-state.edu!unreplyable!garbage From: bernou@LELAND.STANFORD.EDU (Bernard Salanie) Newsgroups: comp.sys.next Subject: Lisp on the NeXT Message-ID: <9105170838.AA22345@leland.Stanford.EDU> Date: 17 May 91 08:38:48 GMT Sender: daemon@tut.cis.ohio-state.edu Lines: 20 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