cur/README.md
William J. Bowman 6b0d09c7d9 Redex 1.6 enables caching of judgment forms!
* Judgment form caching enables running test suite in seconds instead of
  days.
* Fixed numerous bugs after properly exercising the oll/stlc examples.
2015-02-20 18:22:04 -05:00

36 lines
1020 B
Markdown

cur
===
CIC under Racket. A language with static dependent-types and dynamic
types, type annotations and parentheses, theorem proving and
meta-programming.
```
Noun
cur (plural curs)
1. (archaic) A mongrel.
2. (archaic) A detestable person.
```
Getting started
===============
Requires redex-lib version 1.6 if you want answer in a reasonable amount
of time. Otherwise, the type-checker may require exponential time
or worse.
Open up `stlc.rkt` to see an example of what advanced meta-programming can let you do.
Open up `oll.rkt` to see the implementation of the meta-programs used to
enable `stlc.rkt`, including the parsers for BNF syntax and inference rule
syntax, and Coq and LaTeX generators.
Open up `proofs-for-free.rkt` to see an implementation of the
translation defined in [Proofs for Free](http://staff.city.ac.uk/~ross/papers/proofs.html) as a meta-program.
Open up anything in `stdlib/` to see some standard dependent-type
formalisms.
Open up `redex-curnel.rkt` to see the entire "trusted" core.