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

Compose macro #214

Merged
merged 11 commits into from
May 28, 2023
Merged

Compose macro #214

merged 11 commits into from
May 28, 2023

Conversation

gilch
Copy link
Owner

@gilch gilch commented May 28, 2023

Refinement of #211

Still pretty experimental, but improving. Better organization, a couple more suffixes. The key improvement is the item and attribute lookups. Kind of a main use of Arc's Ssyntax, and it's not really an analogue if it can't do at least that much concisely.

@gilch
Copy link
Owner Author

gilch commented May 28, 2023

This did take a lot of design thinking. This thing is almost a programming language in its own right, but it's weak in a few areas. I'm considering better HOF handling: abstraction and application. The composition could be done via tuples and unpacking instead of the stack mutation it does now, which might have some tradeoffs.

@gilch gilch merged commit 92b210b into master May 28, 2023
3 checks passed
@gilch gilch deleted the compose-macro branch May 28, 2023 05:25
@gilch gilch mentioned this pull request May 31, 2023
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