> 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
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 wrote:
> A lot people have been clamoring for this. This has been merged into master.
>
> (:use [foo.bar :only [...]])
>
> (:use-m
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 "Cloj