From ... From: Erik Naggum Subject: Re: shall I learn LISP?? Date: 2000/03/26 Message-ID: <3163031932885054@naggum.no>#1/1 X-Deja-AN: 602451027 References: <8bj91m$e6q$1@news01.cit.cornell.edu> mail-copies-to: never Content-Type: text/plain; charset=us-ascii X-Complaints-To: newsmaster@eunet.no X-Trace: oslo-nntp.eunet.no 954043667 10796 195.0.192.66 (26 Mar 2000 04:07:47 GMT) Organization: Naggum Software; vox: +47 8800 8879; fax: +47 8800 8601; http://www.naggum.no User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.5 Mime-Version: 1.0 NNTP-Posting-Date: 26 Mar 2000 04:07:47 GMT Newsgroups: comp.lang.lisp * | I was told that to be a good programmer, you must learn LISP, although | you might never use it in your real life programming, it will teach you | how to make good programs, is it true? yes. "those who do not know Lisp are doomed to reinvent it." | If so, where shall I start to learn LISP, Lisp interpreters does not seem | to install in my LINUX system. that's odd. Linux systems are very well supported by Lisp systems. which Linux are you using? if you are using the programmers' favorite distribution, Debian GNU/Linux, you can install CLISP and CMUCL with the package system, and Franz Inc offers a trial edition for Linux that you basically download and install. | But I guess that I shall be able to program lisp in Emacs, right? you will, but Emacs Lisp is a _really_ ancient dialect of Lisp, with lots of interesting stuff missing. the modern Lisp is Common Lisp. #:Erik