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

type predicate builtin functions #28

Closed
cww0614 opened this issue May 10, 2020 · 2 comments
Closed

type predicate builtin functions #28

cww0614 opened this issue May 10, 2020 · 2 comments
Assignees

Comments

@cww0614
Copy link
Owner

cww0614 commented May 10, 2020

  • integer?
  • char?
  • string?
  • cons?
  • bool?
  • function?
  • symbol?
  • nil? (nil values are essentially nullptr)
@lijning lijning self-assigned this May 10, 2020
@lijning
Copy link
Collaborator

lijning commented May 10, 2020

Do we still plan to give full support to symbol as in Scheme?

@cww0614
Copy link
Owner Author

cww0614 commented May 10, 2020

I think keeping it like it is now is good. If you are interested, you can further implement string->symbol and symbol->string or anything else you feel necessary

@lijning lijning closed this as completed May 10, 2020
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