Cayenne(ID:5746/cay001)


Functional language with a powerful type system. The basic types are functions, products, and sums. Functions and products use dependent types to gain additional power

Catarina Coquand, Chalmers, 1998


Related languages
Haskell => Cayenne   Enhancement of
Cayenne => Agda   Evolution of

Resources
  • Cayenne - Hotter than Haskell
    Cayenne is a simple(?) functional language with a powerful type system. The basic types are functions, products, and sums. Functions and products use dependent types to gain additional power.

    There are very few building blocks in the language, but a lot of "syntactic sugar" to make it more readable.

    There is no separate module language in Cayenne since the dependent types allow the normal expression language to be used at the module level as well.

    The design of Cayenne has been heavily influenced by Haskell and constructive type theory and with some things borrowed from Java.

    The drawback of such a powerful type system is that the type checking becomes undecidable
    external link