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
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
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
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
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
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
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