Curry (programming language): Difference between revisions

Content deleted Content added
Sam Pointon (talk | contribs)
m add constraint programming integration note as example
Line 1:
'''Curry''' is an experimental [[functional programming|functional]] [[Logic programming|logic]] [[programming language]], based on the [[Haskell programming language|Haskell]] language. It merges elements of functional and logic-based programming, including [[constraint programming]] integration.
 
It is nearly a superset of Haskell, lacking support mostly for overloading using [[Polymorphism (computer science)#Subtyping polymorphism|type classes]], which some implementations provide anyway as a language extension, such as the Münster Curry Compiler.