On Oct 16, 9:40 am, "Jim Menard" <[EMAIL PROTECTED]> wrote:
> I tried using a class in the default package, but kept seeing
>
> (new Foo)
> java.lang.IllegalArgumentException: Unable to resolve classname: Foo
> ...
>
> As soon as I put Foo into a package, everything worked fine.
>
> (new bar.Foo)
> [EMAIL PROTECTED]
>
> Is this a bug?
>
Clojure doesn't support classes not in packages.
Rich
--~--~---------~--~----~------------~-------~--~----~
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
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---