> --
> You received this message because you are subscribed to the Google Groups "Clojure Dev" group.
> To post to this group, send email to cloju...@googlegroups.com.
> To unsubscribe from this group, send email to clojure-dev...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/clojure-dev?hl=en.
>
>
--
And what is good, Phaedrus,
And what is not good—
Need we ask anyone to tell us these things?
it's a closed over thing, the constructor of the fn returned by (comp
inc inc) takes two arguments (closes over the passed in arguments)
while the class for (fn [x] (inc x)) has a no arg constructor.
apparently you can only eval fn objects that aren't closures.