On Fri, Dec 27, 2013 at 6:27 AM, Niels van Klaveren <[email protected]> wrote: > Anthony Grimes made a find-fn that finds functions based on input parameters > and output functions. > > So something like (find-fn clojure.core [1 2] {:a 1 :b 2}) would return vals > and (find-fn clojure.core [:a :b] {:a 1 :b 2}) would return keys. > > It would be great if we would have an online version that could do that. The > biggest problem would be how to specify which namespaces (from clojars > available libraries ?) you'd want to have searched.
That's the one! :) Someone also put together a hosted version if you're looking to just try it out. http://findfn.herokuapp.com/ -- In Christ, Timmy V. http://blog.twonegatives.com/ http://five.sentenc.es/ -- Spend less time on mail -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
