ddc-core: Disciple Core language and type checker.
Deprecated
Disciple Core is an explicitly typed language based on System-F2, intended
as an intermediate representation for a compiler. In addition to the features of
System-F2 it supports region, effect and closure typing. Evaluation order is
left-to-right call-by-value by default, but explicit lazy evaluation is also supported.
There is also a capability system to track whether objects are mutable or constant,
and to ensure that computations that perform visible side effects are not suspended with
lazy evaluation.
See the ddci-core
package for a user-facing interpreter.
Modules
[Index]
- DDC
- Core
- Type
Downloads
- ddc-core-0.2.1.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.2.0.1, 0.2.0.2, 0.2.1.1, 0.2.1.2, 0.3.1.1, 0.3.2.1, 0.4.1.1, 0.4.1.2, 0.4.1.3, 0.4.2.1, 0.4.3.1 |
---|---|
Dependencies | array (>=0.4 && <0.5), base (>=4.5 && <4.6), containers (>=0.4 && <0.5), ddc-base (>=0.2.1 && <0.2.2), mtl (>=2.0 && <2.1), transformers (>=0.2 && <0.3) [details] |
License | MIT |
Author | The Disciplined Disciple Compiler Strike Force |
Maintainer | Ben Lippmeier <benl@ouroborus.net> |
Category | Compilers/Interpreters |
Home page | http://disciple.ouroborus.net |
Bug tracker | disciple@ouroborus.net |
Uploaded | by BenLippmeier at 2012-02-22T13:15:20Z |
Distributions | |
Reverse Dependencies | 12 direct, 0 indirect [details] |
Downloads | 8592 total (12 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |