Dave Sann writes:

> Is there an Jira issue for this?
> Is it worth raising one?

I don't follow Clojure development much these days, but I do recall
Rich's Conj keynote a couple years ago mentioning an interest in
"dynamicity knobs" that let you tune space/perf vs feature trade-offs.
But that doesn't mean you'll actually get a response if you open an
issue. Depends on your tolerance for Jira I guess.

> I noted that my requirement is slightly different from yours. I want to 
> print the function by name (and namespace) only. Serializable-fn prints the 
> full definition. But this difference is only in print-method - if the 
> meta-data were available on the function, both would be possible depending 
> on need.

Yep, the end result is different, but the strategy of replacing a
clojure.core var with a version that gives enhanced metadata and
checking it from print-meta could be applied, though it has the same
drawback of not applying to defns that are unaware of it.

-Phil

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
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 clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to