Subject: Re: shall I learn LISP?? From: Erik Naggum <erik@naggum.no> Date: 2000/03/26 Newsgroups: comp.lang.lisp Message-ID: <3163031932885054@naggum.no> * <xutao@mercury.ee.cornell.edu> | 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