CS 3304: Comparative Languages
Functional Programming
[
Course Documents
] : [
Functional Programming
]
Previous
Contents
Next
Keyword Index
A Bit of LISP
The first functional programming language
Originally a typeless language
Only two data types: atom and list
LISP lists are stored internally as single-linked lists
Lambda notation is used to specify functions
The first LISP interpreter intended to show computational capabilities