So I've been taking a look at bringing my fork of cljs-in-cljs of to modern ClojureScript.
After going through diff logs, the task of bringing kanaka's cljs-in-cljs fork up is pretty daunting, especially as one would have to maintain separate cljs and cli forks of the same analyzer and compiler duo; this explains his comment about compatible changes. Upon examining the Feature Expressions in Clojure situation, I was pondering whether cljs-in-cljs could instead be a modification of the Clojurescript code base that uses `clix` to shadow the differences? However, cljs-in-cljs does understand macros, and this isn't supported by `clix`. I'd be interested in feedbacks and thoughts -- it would be a useful exercise to cljx-ify the CLJS compiler and analyzer written in Clojure, using some of the changes and code that chouser and kanaka did. -Wes -- 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.
