Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make #lang cur vs #lang cur/base #114

Open
8 tasks
wilbowma opened this issue Jun 11, 2020 · 4 comments
Open
8 tasks

Make #lang cur vs #lang cur/base #114

wilbowma opened this issue Jun 11, 2020 · 4 comments

Comments

@wilbowma
Copy link
Owner

wilbowma commented Jun 11, 2020

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
@stchang
Copy link
Collaborator

stchang commented Jun 11, 2020

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

@wilbowma
Copy link
Owner Author

Sure, started list above.

@stchang
Copy link
Collaborator

stchang commented Jun 11, 2020

Ok u want me to submit pr?

@wilbowma
Copy link
Owner Author

Sure if you want to do it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants