public:t-622-arti-09-1:lab_1_materials
This is an old revision of the document!
Lab 1 material: Lisp
- More material for learning Lisp:
- Lisp Primer - A tutorial
- Practical Common Lisp - A freely available book on Lisp
Work through the following exercises. They are mostly based on this tutorial, refer to that one and the other material above for more information.
- Emacs and REPL:
Install LispBox on your computer and start it up. The lower window is the Lisp REPL (read-eval-print loop) where you can enter Lisp expressions and have them evaluated.
- Hello World:
Type an expression prints “Hello World!” on the screen.
;; A typical print expression (print "Here is some text")
/var/www/cadia.ru.is/wiki/data/attic/public/t-622-arti-09-1/lab_1_materials.1232365357.txt.gz · Last modified: 2024/04/29 13:32 (external edit)