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

Fix combinations of apply and some funcs that take numeric arguments #77

Merged
merged 6 commits into from
Aug 9, 2016

Conversation

kariya-mitsuru
Copy link
Contributor

Fix combinations of apply and funcs below.

+
-
*
/
1+
1-

Ex.

(apply '+ '((+ 1 2) (+ 3 4))) ; should cause an error

@mattn mattn merged commit fd22136 into mattn:master Aug 9, 2016
@mattn
Copy link
Owner

mattn commented Aug 9, 2016

結局のところ eval_node するな、ってことすかねw

@kariya-mitsuru
Copy link
Contributor Author

eval_nodeif とか setq とか let とかでは必要ですね。
Common Lisp HyperSpec で Function になってるものでは必要ないですね。eval は例外ですが…

@kariya-mitsuru kariya-mitsuru deleted the fix-some-funcs branch August 9, 2016 21:35
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