> You're calling my bluff, eh?  Well, no I don't yet.

Although I have been known to do some bluff-calling, in this case I
was actually hoping you had done it because I need this for a project
I'm working on. :-)

> I think the problem with your example is trying to work with classes
> or namespaces without any package names.  This sometimes works a bit,
> but it's not really supported.  So I put your example code into a file
> named "my_ns/compiletest.clj", and changed it to:
>
> (ns my-ns.compiletest)
> (gen-interface :name my_ns.ICompileTest)
> (proxy [java.io.InputStream] []) ; Just to make sure proxy works by
> itself (line 3)
> (proxy [my_ns.ICompileTest] []) ; Line 4
>
> Now compiling works fine for me:
>
> user=> (compile 'my-ns.compiletest)
> my-ns.compiletest

Yep, that works for me too. Thx.

-Greg
--~--~---------~--~----~------------~-------~--~----~
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 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to