JavaScript to ClojureScript transpiler

I think this might be useful for newcomers. I’ve built this transpiler exclusively for learning purpose so don’t expect it to handle every possible JS construct.

https://roman01la.github.io/javascript-to-clojurescript/

Here’s an example with compiling JSX into Hiccup and rendering with React https://roman01la.github.io/javascript-to-clojurescript/#react

4 Likes

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.