Curry (programming language)

This is an old revision of this page, as edited by Plankalkuel (talk | contribs) at 20:41, 15 April 2008 (added infobox). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Curry is an experimental functional logic programming language, based on the Haskell language. It merges elements of functional and logic programming, including constraint programming integration.

Curry
Paradigmfunctional, logic, non-strict, modular
Designed byMichael Hanus, et al
Typing disciplinestatic, strong, inferred
OSportable
WebsiteCurry
Major implementations
PAKCS, mcc

It is nearly a superset of Haskell, lacking support mostly for overloading using type classes, which some implementations provide anyway as a language extension, such as the Münster Curry Compiler.