The ddci-core package
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.
Properties
| Versions | 0.2.0.1, 0.2.0.2, 0.2.1.1, 0.2.1.2 |
|---|---|
| Dependencies | base (4.5.*), containers (0.4.*), ddc-base (0.2.0.*), ddc-core (0.2.0.*), ddc-core-eval (0.2.0.*), ddc-core-simpl (0.2.0.*), haskeline (0.6.4.*), haskell-src-exts (1.*) |
| License | MIT |
| Author | Ben Lippmeier |
| Maintainer | benl@ouroborus.net |
| Stability | experimental |
| Category | Compilers/Interpreters |
| Home page | http://disciple.ouroborus.net |
| Bug tracker | disciple@ouroborus.net |
| Executables | ddci-core |
| Upload date | Wed Feb 15 13:13:58 UTC 2012 |
| Uploaded by | BenLippmeier |
Downloads
- ddci-core-0.2.0.2.tar.gz (Cabal source package)
- package description (included in the package)