Basic lisp programs for starters...
Recommended Approach: Read the document,learn basics and try out the code..Its fairly easy to start...
Enjoy 'LISPING' when you are finally able to write new logic on your own. ..
Just a 'Computer System': Unix,Windows or MAC...
$ sudo apt-get install clisp on a unix system
Or install GNU CLISP or Lisp Works..
eg:- $ which clisp /usr/bin/clisp
In terminal: clisp filename.lisp or Run from a IDE for lisp (windows).
You may also execute lisp online
You may also use emac/vim/notepad++ etc as editors..
Alternately type clisp in terminal and you can directly start coding!!!
Version 1.0
- Anil Sathyan
Free to use share or modify!! ... Copyleft!!
- "Common Lisp In a Nutshell,19th September,2003"
- "Tutorialspoint"
- "Land of Lisp"
- "SICP"