Closed jeisses closed 8 years ago
Very nice! Thanks for looking into this and figuring it out!
Being able to figure this issue out is a necessary step in moving towards the possibility of targeting the JS runtime without any JVM dependencies.
I like the division of cljc and cljs code, too.
This allows the
repeat
andall
macro's to be used inside theclojure-turtle.core
namespace. See #15Note: cljc and cljs classpaths had to be divided, I believe this is good practice so clojurescript code is not included during clojure compile.