Re: Name resolution with Java interop and eval vs. emit

2010-06-15 Thread Spencer Schumann
Is this a bug, or am I misunderstanding how this should work? - Spencer On Jun 5, 3:50 pm, Spencer Schumann wrote: > I apologize in advance for the length of this post, but I need to > start with an example before my question will make sense. > > I have been looking at the inner

Name resolution with Java interop and eval vs. emit

2010-06-05 Thread Spencer Schumann
I apologize in advance for the length of this post, but I need to start with an example before my question will make sense. I have been looking at the inner workings of Clojure's Java interop, and I wondered how it would handle classes with a field and method with the same name, like this: public

Re: Observations from a real-world Clojure project

2009-10-30 Thread Spencer Schumann
On Oct 29, 9:57 am, Jamie wrote: > 5. The functionality of the docs hasn't kept up with Clojure.  We > often resorted to text searches of the various sources.  Need links > and see-also's.  Clojure has grown/matured so much that it needs a doc > system of some sort. I recently started learning C