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

Some notes #20

Open
stopachka opened this issue Dec 30, 2021 · 0 comments
Open

Some notes #20

stopachka opened this issue Dec 30, 2021 · 0 comments

Comments

@stopachka
Copy link
Owner

stopachka commented Dec 30, 2021

  1. Do we need a special "bel-nil" symbol? Why can't it be java null? Perhaps that'll make things even cleaner -- I wouldn't need to wrap math functions at all for example
  2. I used to have pairs as ArrayList[car, cdr]. Maybe use a more efficient type?
  3. backquotes + commas + splice are their own types. Why not just make them pairs? I also did a pretty hasty implementation. We may want to add more tests and make something more elegant.
  4. One common optimization is to separate analysis from evaluation. Maybe we can try this?
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

1 participant