{" "} Programming Help for Curry Language
Introduction to Curry Programming Language
Curry is a functional logic programming language which is based on the Haskell Language.
It contain elements of functional and logical programming.
Example of Curry Programming Language
The following is a simple Curry program that joins the words:
{` Prelude> "Hey"++"Hey" Result: "HeyHey" ? Prelude> reverse "john" Result: "nhoj" ? `}
How to learn Curry Programming Language
Tutorial for learning Curry Programming Language: