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

Extend and refactor Lisp implementation #412

Merged
merged 8 commits into from
Sep 20, 2022
Merged

Extend and refactor Lisp implementation #412

merged 8 commits into from
Sep 20, 2022

Conversation

vinc
Copy link
Owner

@vinc vinc commented Sep 15, 2022

Features that make MOROS Lisp more like Scheme:

  • Add define alias for label and def
  • Add begin alias for progn and do
  • Add (define (id args) body) special form to define

@vinc vinc changed the title Update Lisp Extend and refactor Lisp implementation Sep 20, 2022
@vinc vinc marked this pull request as ready for review September 20, 2022 17:57
@vinc vinc merged commit ec57ff1 into trunk Sep 20, 2022
@vinc vinc deleted the feature/lisp branch September 20, 2022 17:58
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

Successfully merging this pull request may close these issues.

1 participant