A stray comment, but maybe it can give you some going, in a combo with
:require-macros or cljs repl -
http://stackoverflow.com/questions/9847013/syntax-of-require-in-the-clojurescript-repl
пятница, 19 июля 2013 г., 23:03:30 UTC+4 пользователь Jozef Wagner написал:
>
> On Friday, July 19, 2013 4:
On Friday, July 19, 2013 4:20:36 PM UTC+2, Stuart Sierra wrote:
>
> On Thursday, July 18, 2013 4:34:49 AM UTC-4, Jozef Wagner wrote:
>
> > Compiler loads and refers clojure.core namespace for each
> > new namespace. In my projects, I often have one or two
> > namespaces I use nearly in every other
On Fri, Jul 19, 2013 at 3:03 PM, Jozef Wagner wrote:
> Yes, but this seems to work only in Clojure, not in ClojureScript.
That's true.
-S
--
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroup
On Thursday, July 18, 2013 4:34:49 AM UTC-4, Jozef Wagner wrote:
> Compiler loads and refers clojure.core namespace for each
> new namespace. In my projects, I often have one or two
> namespaces I use nearly in every other namespace. (e.g.
> clojure.tools.logging or clojure.string). It would be
>
Could you abuse a reader literal? Seems like it could work at first glance.
On Thu, Jul 18, 2013 at 4:34 AM, Jozef Wagner wrote:
> Compiler loads and refers clojure.core namespace for each new namespace. In
> my projects, I often have one or two namespaces I use nearly in every other
> namespac