CS 3304: Comparative Languages
Functional Programming
[
Course Documents
] : [
Functional Programming
]
Previous
Contents
Next
Keyword Index
A Bit of Scheme
A mid-1970s dialect of LISP, designed to be cleaner, more modern, and simpler version than the contemporary dialects of LISP
Uses only static scoping
Functions are first-class entities
They can be the values of expressions and elements of lists
They can be assigned to variables and passed as parameters