Curry2VM

From Rosetta Code
Revision as of 13:10, 24 May 2010 by rosettacode>EdK
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Curry2VM is an implementation of Curry. Other implementations of Curry.

Curry2VM is a compiler from Curry to the bytecode of the FLVM,a virtual machine for functional logic computations. It requires PAKCS, which in turn requires a Prolog compiler such as SICStus or SWI Prolog.