Richard W. DeVaul
Prof. John Maeda
Aesthetics and Computation Group, MIT Media Laboratory.
Scheme lisp is an elegant language for describing sequential computation using lists. For example,
(write "Hello, world.")
is a list. It is also a LISP program for printing the string:
"Hello, world."
Sol is Scheme LISP plus...
previous | Outline | next | ||
---|---|---|---|---|
What is Sol? | Sets |