Re: A few enhancements

2011-12-05 Thread joegallo
I've added a new ticket http://dev.clojure.org/jira/browse/CLJ-891 to jira for adding the ability to make (symbol some-ns "bar") work. That tackles half of the issue in #4, and reduces your example to just (symbol *ns* (name sym)). -- You received this message because you are subscribed to th

Re: A few enhancements

2011-12-04 Thread Kevin Downey
On Sat, Dec 3, 2011 at 9:58 AM, Stuart Sierra wrote: > A matter of curiosity: What are you doing that requires so much symbol > manipulation? > > -S macros mostly. most recently a macro that registers a cache with a name to make it available for flushing via a command line control interface, and

Re: A few enhancements

2011-12-03 Thread Stuart Sierra
A matter of curiosity: What are you doing that requires so much symbol manipulation? -S -- 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 - pl

Re: A few enhancements

2011-12-02 Thread Stefan Kamphausen
On Thursday, December 1, 2011 8:23:33 PM UTC+1, Alan Malloy wrote: > > 1) I agree this seems silly but I don't think it's ever bitten me Ain't this the difference between a language, that's been around for QAW (Quite A While, maybe even long enough to become a standard, e.g. ANSI) and a newco

Re: A few enhancements

2011-12-01 Thread Alan Malloy
1) I agree this seems silly but I don't think it's ever bitten me 2) I think this has caused me problems once or twice 3) It would be nice to have Named and Namespaced, but I don't think it's feasible to make the change now - there's too much code assuming you can get the namespace of a Named thi

Re: A few enhancements

2011-12-01 Thread Kevin Downey
On Thu, Dec 1, 2011 at 10:00 AM, joegallo wrote: > Here are some things I've run across in Clojure that seem asymmetric to me > -- I looked through Jira for issues related to these, but I didn't find any > (of course, I might have just missed them).  Some of these might be valid > enhancements tha