cur icon indicating copy to clipboard operation
cur copied to clipboard

Make #lang cur vs #lang cur/base

Open wilbowma opened this issue 4 years ago • 4 comments

For accessibility, #lang cur should probably import most of the things by default, and other #langs 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

wilbowma avatar Jun 11 '20 20:06 wilbowma

Agree. Do you want to make the lists of what goes in what lang?

stchang avatar Jun 11 '20 21:06 stchang

Sure, started list above.

wilbowma avatar Jun 11 '20 22:06 wilbowma

Ok u want me to submit pr?

stchang avatar Jun 11 '20 22:06 stchang

Sure if you want to do it :)

wilbowma avatar Jun 11 '20 22:06 wilbowma