This is most probably a dependency problem - i.e. not depending on the correct versions of Clojure, ClojureScript and core.async. You'll get more useful advice if you post the combinations (project.clj) you've tried, I think.
Since you mention the browser console, I would guess the Clojure version does not really matter and it's mostly the ClojureScript and core.async versions which need to be correct. On 27 November 2014 at 10:54, Andrew Voron <[email protected]> wrote: > Well. > I've found that if I remove all om dependencies (from project.clj and ns > :require) - all works fine. I don't know exactly but it seems like om > itself uses core.async but version that doesnt support transeducers (may be > old one) and that version shades the version I try to include... > > -- > Note that posts from new members are moderated - please be patient with > your first post. > --- > You received this message because you are subscribed to the Google Groups > "ClojureScript" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/clojurescript. > -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
