Little Quilt


Original Little Quilt

Little Quilt is a very small language for designing quilts. It is based on ML syntax. The language definition can be found in the book Programming Languages: Concepts and Constructs. Ravi Sethi. Addison-Wesley, 1996.

(An Indian edition of the book is available locally and is strongly recommended if you are interested in understanding different programming paradigms.)

Enhancements in Little Quilt

The original Little Quilt does not support assignment statements, conditionals, iterative construct, or self-recursion. For the purpose of CS394, they have to be supported.

Examples of Valid Programs

Back to top of the page

Back to the course page

Last updated on 3 Jan 2005.