-
Notifications
You must be signed in to change notification settings - Fork 1
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
Lispy Syntax #58
Lispy Syntax #58
Conversation
Given the additions in this PR, I think it would make sense for lists It should also have the added benefit of only intrinsics and functions being callable, which should simplify they number of pathways for items to be evaluated internally, helping with consistency. |
Stack is great, but having things reversed around isn't great. What if you could have both the concatenation syntax and the lispy syntax??
Functions:
fn
in the beginningS-Expressions
[]
instead of()
(parenthesis are now reserved for functions and s-expressions)