The repl indicates that current namespace is p1.core

p1.core=> (into [:a] (list :b :c)) 

and I imagine in p1.core is where core.async is used or required + referred 
:all.

Juan Manuel

El martes, 20 de mayo de 2014 12:48:47 UTC+2, David Della Costa escribió:
>
> The question is why that is happening when you load up the repl--are you 
> using 'use' or 'require' with :refer all on core.async in your p1.core 
> namespace?  If so you should probably switch that reference to something 
> like 
>
> (:require [cljs.core.async :as async]) 
>
> If this is not what's going on I'm confused as to why these would be 
> getting replaced on loading your repl like that. 
>
> (2014/05/20 19:01), Craig wrote: 
> > 
> > Juan, I saw your reply and then noticed the clear warning ("...being 
> > replaced by: #'clojure.core.async/into") as well. Many thanks for the 
> > quick response. 
> > 
> > -- 
> > You received this message because you are subscribed to the Google 
> > Groups "Clojure" group. 
> > To post to this group, send email to [email protected]<javascript:> 
> > Note that posts from new members are moderated - please be patient with 
> > your first post. 
> > To unsubscribe from this group, send email to 
> > [email protected] <javascript:> 
> > For more options, visit this group at 
> > http://groups.google.com/group/clojure?hl=en 
> > --- 
> > You received this message because you are subscribed to the Google 
> > Groups "Clojure" group. 
> > To unsubscribe from this group and stop receiving emails from it, send 
> > an email to [email protected] <javascript:> 
> > <mailto:[email protected] <javascript:>>. 
> > For more options, visit https://groups.google.com/d/optout. 
>

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to