2008:SOFTENG701: Difference between revisions
Jump to navigation
Jump to search
New page: ==Lisp (List Processing Language)== ===Lecture 2=== ''6th March 2008'' *Lisp is made up of "cons" or construction blocks. **Each cons holds two elements e.g. a number and a link to anothe... |
(No difference)
|
Revision as of 20:02, 6 March 2008
Lisp (List Processing Language)
Lecture 2
6th March 2008
- Lisp is made up of "cons" or construction blocks.
- Each cons holds two elements e.g. a number and a link to another cons.
- Source code in lisp is treated as a list.
- Is expanded by the compiler repeatedly to process blocks
- Symbols