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

Native swap! implementation for cpp #132

Merged
merged 2 commits into from
Dec 18, 2015
Merged

Native swap! implementation for cpp #132

merged 2 commits into from
Dec 18, 2015

Conversation

sdt
Copy link
Contributor

@sdt sdt commented Dec 15, 2015

Here's the native swap! implementation, along with a minor env-passing cleanup.

The extra args are passed directly, there's no varargs handling like apply does. I can add that if necessary.

See #130

sdt added 2 commits December 14, 2015 17:40
Due to some initial confusion about which env to pass to the eval
builtin, I'd been needlessly passing an env to apply all along.

No need.
kanaka added a commit that referenced this pull request Dec 18, 2015
Native swap! implementation for cpp
@kanaka kanaka merged commit 93cba02 into kanaka:master Dec 18, 2015
@kanaka
Copy link
Owner

kanaka commented Dec 18, 2015

Thanks!

micfan pushed a commit to micfan/make-a-lisp that referenced this pull request Nov 8, 2018
Native swap! implementation for cpp
luelista pushed a commit to luelista/mal that referenced this pull request Mar 10, 2024
Native swap! implementation for cpp
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.

2 participants