2008:SOFTENG701: Difference between revisions

From Marks Wiki
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...
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
==Lisp (List Processing Language)==
==Lisp (List Processing Language)==
===Lecture 2===
<!--===Lecture 2===
''6th March 2008''
''6th March 2008''
*Lisp is made up of "cons" or construction blocks.  
*Lisp is made up of "cons" or construction blocks.  
Line 6: Line 6:
*Source code in lisp is treated as a list.
*Source code in lisp is treated as a list.
**Is expanded by the compiler repeatedly to process blocks
**Is expanded by the compiler repeatedly to process blocks
*Symbols
*Symbols-->
 
==Online Portfolio==
Ideas for screencasts
* Lisp loops
* Symbols
* Sharp sign
 
 
*variadic

Latest revision as of 19:44, 9 March 2008

Lisp (List Processing Language)

Online Portfolio

Ideas for screencasts

  • Lisp loops
  • Symbols
  • Sharp sign


  • variadic