Deprecated

ddc-core-eval

Disciplined Disciple Compiler semantic evaluator for the core language.

http://disciple.ouroborus.net

Latest on Hackage:0.4.1.3

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed by The Disciplined Disciple Compiler Strike Force
Maintained by Ben Lippmeier

This is a direct implementation of the operational semantics and is by no means fast, or a substitute for a real interpreter. Programs run with this evaluator will have an asymptotic complexity much worse than if they were compiled. This evaluator is intended for experimenting with the language semantics, and not running actual programs.