Re: :use :only support in ClojureScript now available

2011-09-25 Thread Stuart Halloway
 Nice! This is great. Will the :only directive always be required, or
 will we eventually be able to pull in entire namespaces?
 
 - Jason

Probably the former. Pulling in entire namespaces is generally considered bad 
practice.

Stu


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


Re: :use :only support in ClojureScript now available

2011-09-24 Thread Jason Hickner
Nice! This is great. Will the :only directive always be required, or
will we eventually be able to pull in entire namespaces?

- Jason

On Sep 23, 8:16 am, David Nolen dnolen.li...@gmail.com wrote:
 A lot people have been clamoring for this. This has been merged into master.

 (:use [foo.bar :only [...]])

 (:use-macros [foo.bar :only [...]])

 Are now both supported! Thanks to all that helped out!

 Cheers,
 David

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


:use :only support in ClojureScript now available

2011-09-23 Thread David Nolen
A lot people have been clamoring for this. This has been merged into master.

(:use [foo.bar :only [...]])

(:use-macros [foo.bar :only [...]])

Are now both supported! Thanks to all that helped out!

Cheers,
David

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