Curry2VM: Difference between revisions

From Rosetta Code
Content added Content deleted
(created)
(No difference)

Revision as of 13:08, 24 May 2010

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.