Typically:

if you have java interop: you need to separate this and provide cljs 
substitutes. these will be none crossover files.

if you have macros: you need to separate them and move to a macros file.

crossovers copy the clj to cljs. this will work but not for macros and non 
portable (i.e. interop) code.

The macros will have to be separated and included as per clojurescript 
refer-macros

Dave

On Friday, 6 July 2012 03:35:53 UTC+10, Fogus wrote:
>
> It looks like the presence of the defcache macro in the core.cache 
> namespace is causing mass confusion. I'm not familiar with the way 
> that crossovers work, so it's not apparent to me how this might be 
> fixed. Any suggestions? 
>

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

Reply via email to