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

Support multiple arguments #3

Open
paul-english opened this issue Nov 3, 2014 · 0 comments
Open

Support multiple arguments #3

paul-english opened this issue Nov 3, 2014 · 0 comments
Labels

Comments

@paul-english
Copy link
Owner

Multiple arguments aren't currently supported, e.g. functions like

(fn [x] (- (- (exp x) 1.5)
                     (atan x)))

would be much more idiomatic if it could be written,

(fn [x] (- (exp x) 1.5 (atan x)))

This should work with lift-real-n->real and lift-real-n+1->real but with earlier testing there seemed to be an error here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant