Kaleidoscope




The Kaleidoscope programming language is a constraint programming language embedding constraints into an imperative object-oriented language.

It adds keywords always, once, and assert..during (formerly while..assert) to make statements about relational invariants.

Objects have constraint constructors, which are not methods, to enforce the meanings of user-defined datatypes.

There are three versions of Kaleidoscope which show an evolution from declarative to an increasingly imperative style.

Differences between them are as follows.