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

Add macro literals #35

Open
hrs opened this issue Oct 2, 2015 · 2 comments
Open

Add macro literals #35

hrs opened this issue Oct 2, 2015 · 2 comments

Comments

@hrs
Copy link
Owner

hrs commented Oct 2, 2015

We've got function literals in the form of lambdas, and macros are essentially a first-class object in Blueprint anyway, so maybe we should add a syntax to create anonymous macros?

@hrs
Copy link
Owner Author

hrs commented Feb 13, 2016

As mentioned in #39, our macros are really fexrs. What syntax should we use? Maybe macro or fexpr instead of lambda?

@hrs
Copy link
Owner Author

hrs commented Apr 1, 2016

Definitely fexpr, since we renamed macrofexpr in c3e7a8a.

A new question: suppose we implement fexpr literals and use fexpr to create them. Should we use fun instead of lambda to create function literals to match the defun/deffexpr symmetry?

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