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

Write a symbol macro let walkthrough #259

Closed
gilch opened this issue Jul 20, 2024 · 0 comments · Fixed by #270
Closed

Write a symbol macro let walkthrough #259

gilch opened this issue Jul 20, 2024 · 0 comments · Fixed by #270
Labels
docs Explanation
Milestone

Comments

@gilch
Copy link
Owner

gilch commented Jul 20, 2024

Related to #179. This would be another code-walking macro tutorial. Again, #173 would have to be done first. I think I've got that implemented and pushed up in a branch, but it's not tested. I probably need to try at least one of these to make sure they're working before I merge it in. I'm not sure I need both, but I'm also not sure which is easiest. I think this one might be easier, since I proposed to simplify the debugger to just stepping and inspecting locals, but I'd probably also have to demonstrate a usage for symbol macros. One that comes to mind would be lazy function parameters (like R's).

@gilch gilch added the docs Explanation label Jul 20, 2024
@gilch gilch added this to the 0.5 milestone Aug 11, 2024
@gilch gilch mentioned this issue Oct 5, 2024
@gilch gilch mentioned this issue Nov 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Explanation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant