cur
cur copied to clipboard
Make #lang cur vs #lang cur/base
For accessibility, #lang cur
should probably import most of the things by default, and other #lang
s can be provided more restricted imports.
#lang cur
should include:
- [ ] sugar
- [ ] ntac, auto
- [ ] basic data types: nat, list, equality, prop
- [ ] reflection stuff
- [ ] racket + syntax-parse at phase1
#lang cur/curnel
should include:
- [ ] CiC
- [ ] reflection
- [ ] racket + syntax-parse at phase1
Agree. Do you want to make the lists of what goes in what lang?
Sure, started list above.
Ok u want me to submit pr?
Sure if you want to do it :)