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 more filter functions #35

Open
yokolet opened this issue Nov 16, 2013 · 0 comments
Open

support more filter functions #35

yokolet opened this issue Nov 16, 2013 · 0 comments

Comments

@yokolet
Copy link
Contributor

yokolet commented Nov 16, 2013

Currently, it supports very simple functions only. (ex. greater than, less than)

I think we'd better support user defined clojure functions, first, then ruby method.

For example, accepts string form of clojure function that needs one argument. The argument is given as an argument, not in the part of function. Then, creates var type using clojure's read-string function, and so on.

Perhaps, it's better to have arity check.

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

No branches or pull requests

1 participant