Hi,

Am 12.08.2010 um 21:48 schrieb Adam Schmideg:

> You can't call anything in the default package from a regular
> package.  But I think (ns foo) would compile into a foo package, so
> this wouldn't be a problem.

No. It compiles to something like foo__init.class, which lives in the default 
package. The function contained in the namespace will be in the package foo, 
though.

Sincerely
Meikel

-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
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