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 lisp language #278

Merged
merged 29 commits into from Dec 12, 2021
Merged

Extend lisp language #278

merged 29 commits into from Dec 12, 2021

Conversation

vinc
Copy link
Owner

@vinc vinc commented Dec 4, 2021

  • Add mapcar builtin (aliased to map)
  • Add ensure_length_eq and ensure_length_gt macros to rust code to simplify eval
  • Add div, mod, and exp math functions (aliased to /, %, and ^)
  • Rewrite eq function to work on lists
  • Rewrite atom function
  • Add load function to load lisp files
  • Add /ini/lisp/core.lsp with more primitives
  • Rename read-file to read

@vinc vinc marked this pull request as ready for review December 12, 2021 10:43
@vinc vinc merged commit 313f90e into trunk Dec 12, 2021
@vinc vinc deleted the feature/lisp-2 branch December 12, 2021 10:44
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.

None yet

1 participant