Sol language project

Richard W. DeVaul
Prof. John Maeda

Aesthetics and Computation Group, MIT Media Laboratory.


What is Scheme Lisp?

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