Sol language project

Richard W. DeVaul
Prof. John Maeda

Aesthetics and Computation Group, MIT Media Laboratory.


Sol Sets

In Sol, sets serve two major purposes:

  1. Sets provide strong, dynamic, flexible typing. Any conceivable simple or compound data type can be described through sets and set operations.

  2. Sets allow for a clean lexically parallel syntax; One see at a glance parallel operations in a Sol program.

(more detail on sets)

previous Outline next
What is Scheme? Categories