added ,@ (comma splice) operation#35
Open
rpcesar wants to merge 1 commit into
Open
Conversation
Owner
|
Hi! The project's status is that I don't do much with it these days, however I always love to hear from people who use it/like it enough to file a ticket, so I can often be convinced to add a feature or fix a bug when somebody's requested it I can't make any promises, but I'll see about maybe adding this feature 🙂 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I want to express my appreciation for this project. Although I'm not entirely sure about its current maintenance status, I believe it serves as a fantastic starting point.
While exploring the project, I encountered an issue with creating macros due to the lack of a comma-splice operation. This limitation significantly hampers the language's utility as a metalanguage. To address this, I've implemented the comma-splice operation as a unique special form in a manner that allows for the creation of macros. However, I acknowledge that this implementation does have some performance implications as it involves chunking data into vectors at a specific point. I plan to continue refining this implementation, should time permit.
Given the broadened possibilities that the comma-splice operation brings to the language and its potential to open up numerous use cases, I am submitting this pull request. I understand that further improvements can be made, and I'm open to any feedback or guidance to enhance the feature.