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

Allow easier aliasing. #39

Merged
merged 2 commits into from
Oct 16, 2022
Merged

Allow easier aliasing. #39

merged 2 commits into from
Oct 16, 2022

Conversation

skx
Copy link
Owner

@skx skx commented Oct 16, 2022

Rather than using "(set! new-name old-name)", which works, we should use an "(alias new-name old-name)" function which expresses our intent more cleanly.

This closes #38.

skx added 2 commits October 16, 2022 07:11
Rather than using "(set! new-name old-name)", which works, we should
use an "(alias new-name old-name)" function which expresses our intent
more cleanly.

This closes #38.
@skx skx merged commit c2f8c8b into master Oct 16, 2022
@skx skx deleted the 38-alias branch October 16, 2022 04:19
@skx skx mentioned this pull request Oct 16, 2022
7 tasks
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.

Simplify aliasing
1 participant