Open bhurlow opened 7 years ago
on first glance it appears that sablono uses the clj side of things for some performance gains etc, although I'm not seeing anything that would require the jvm. Wondering about level of effort required to make this work in a pure bootstrapped cljs environment towards the use case of html rendering in node.js
@bhurlow I think it should be possible to get this running in bootstrapped cljs. I think what's needed is to port the compiler to cljc. Haven't had a usecase of this myself yet, though.
@r0man ok cool I agree as well. The existing use of regular clj seems to be serving this project pretty well so simply moving that to a likely slower cljs implementation seems like a regression to me. I wonder if it's possible for both to work side by side, I will give it a quick pass and see what I find