Jump to content

Functional logic programming

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Qwertyus (talk | contribs) at 11:35, 24 December 2015 (remove lambdaProlog per discussion on talk page). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Functional logic programming is the combination, in a single programming language, of the paradigms of functional programming (including higher-order programming) and logic programming (non-deterministic programming, unification). This style of programming is embodied by various programming languages, including Curry and Mercury.

References