Beginning LISP Programming in Ubuntu
For any reason, you may wanted to start learning Lisp Programming . However, you may wondering where to start. So here again, I'm going to share with you. How to begin Lisp Programming, "the programmable programming language". As, I'm using Ubuntu here, this example is shown step by step on Ubuntu. In order to start playing with Lisp on your ubuntu, you need to install CMUCL. CMUCL is a free implementation of Common Lisp which was originally developed at Carnegie Mellon University. To install CMUCL package, just run this command on your Ubuntu terminal: $ sudo apt-get install cmucl Next, we are going to feel the environment. Open up your terminal and type: $ lisp You will be greeted by CMU Common Lisp with it version and loaded subsystem. In my case, I see like this. apogee@apogee-ubuntu:~$ lisp CMU Common Lisp CVS release-19a 19a-release-20040728 + minimal debian patches, running on apogee-ubuntu With core: /usr/lib/cmucl/lisp.core Dumped on: Fri, 2009-11-13 09:05:47...