Re: Nested Java Types

2008-12-15 Thread Joost
Rich Hickey schreef: > On Dec 15, 2008, at 1:49 PM, Joost wrote: > > Rich Hickey schreef: > >> Dot is too overloaded in Java, and overloaded enough in Clojure. This > >> one doesn't seem too important to me. > > > > I ran into this issue yesterday. Or more precisely: I couldn't find > > any way to

Re: Nested Java Types

2008-12-15 Thread Randall R Schulz
On Monday 15 December 2008 07:44, Rich Hickey wrote: > On Mon, Dec 15, 2008 at 10:40 AM, Randall R Schulz wrote: > > On Friday 05 December 2008 15:36, Randall R Schulz wrote: > >> I make pretty extensive use of nested classes > >> (most significantly Enum types). > >> > >> I was wondering if it

Re: Nested Java Types

2008-12-15 Thread Rich Hickey
On Dec 15, 2008, at 1:49 PM, Joost wrote: > > Rich Hickey schreef: >> Dot is too overloaded in Java, and overloaded enough in Clojure. This >> one doesn't seem too important to me. > > I ran into this issue yesterday. Or more precisely: I couldn't find > any way to refer to inner classes in the

Re: Nested Java Types

2008-12-15 Thread Joost
Rich Hickey schreef: > Dot is too overloaded in Java, and overloaded enough in Clojure. This > one doesn't seem too important to me. I ran into this issue yesterday. Or more precisely: I couldn't find any way to refer to inner classes in the docs on the clojure.org site. I personally don't like

Re: Nested Java Types

2008-12-15 Thread Randall R Schulz
On Friday 05 December 2008 15:36, Randall R Schulz wrote: > I make pretty extensive use of nested classes > (most significantly Enum types). > > I was wondering if it might be a good idea to > allow "dot" resolution to find such types. > > > E.g.: > > user=> tau.run.TSEvent.TSEKind > java.lang.Cla

Re: Nested Java Types

2008-12-15 Thread Rich Hickey
On Mon, Dec 15, 2008 at 10:40 AM, Randall R Schulz wrote: > > On Friday 05 December 2008 15:36, Randall R Schulz wrote: >> I make pretty extensive use of nested classes >> (most significantly Enum types). >> >> I was wondering if it might be a good idea to >> allow "dot" resolution to find such t

Nested Java Types

2008-12-05 Thread Randall R Schulz
Hi, I make pretty extensive use of nested classes (most significantly Enum types). I was wondering if it might be a good idea to allow "dot" resolution to find such types. E.g.: user=> tau.run.TSEvent.TSEKind java.lang.ClassNotFoundException: tau.run.TSEvent.TSEKind (repl-1:7) user=> tau.run