My Curry page
Description of Curry from Curry's homepage:
Curry is a declarative multi-paradigm programming language which combines in a seamless way features from functional programming (nested expressions, higher-order functions, strong typing, lazy evaluation) and logic programming (non-determinism, built-in search, free variables, partial data structures). Compared to the single programming paradigms, Curry provides additional features, like optimal evaluation for logic-oriented computations and flexible, non-deterministic pattern matching with user-defined functions.
Some other links:
My Curry programs
Here are my Curry programs. Some of the programs uses the CLP module which is only supported in the PAKCS distribution.