Content deleted Content added
Jerryobject (talk | contribs) →External links: WP:NAVBOX add. |
m Add reference to declarative programming and the Curry2Go system |
||
Line 23:
}}
'''Curry''' is a [[declarative programming]] language, an
{{cite web |title=Curry experimental programming language |url=https://www.mvps.net/docs/curry-and-curl-programming-languages |website=MVPS.net |access-date=2 September 2021}}</ref> including [[constraint programming]] integration.
It is nearly a superset of Haskell but does not support all language extensions of Haskell. In contrast to Haskell, Curry has built-in support for non-deterministic computations involving search.
==Foundations of functional logic programming==
Line 131:
==External links==
*{{Official website|www.curry-lang.org}}
*[
*[https://cpm.curry-lang.org/ Curry packages] - A collection of software packages for Curry
*[http://danae.uni-muenster.de/curry/ MCC] - The Münster Curry Compiler, which uses [[C (programming language)|C]] as the target
*[http://www.informatik.uni-kiel.de/~pakcs/ PAKCS] A major Curry implementation
*[http://www-ps.informatik.uni-kiel.de/kics2/ KiCS2] A Curry implementation, which uses [[Haskell]] as the target
*[https://www-ps.informatik.uni-kiel.de/curry2go/ Curry2Go] A Curry implementation, which uses [[Go_(programming_language)|Go]] as the target and supports fair parallel search
*[https://www-ps.informatik.uni-kiel.de/currywiki/documentation/mailing Curry Mailing List]
*[http://www.informatik.uni-kiel.de/~mh Michael Hanus's home page]
|