Repository created in order to learn basics of Lisp
Ubuntu:
sudo apt-get install clisp
Source of "Hello world" Lisp program:
; hello world lisp program.
(print "Hello World")
Running Lisp program:
clisp hello.lisp
- http://www.thegeekstuff.com/2009/12/lisp-hello-world-example-how-to-write-and-execute-lisp-program-on-linux-os/
- http://www.tutorialspoint.com/lisp/
- http://stackoverflow.com/questions/4724/why-should-i-learn-lisp
- http://pchristensen.com/blog/articles/how-to-learn-lisp/
- http://stackoverflow.com/questions/398579/whats-the-best-way-to-learn-lisp