Hacker News new | ask | show | jobs
by diggan 1855 days ago
I think ClojureScript has been able to compile itself since ~2015 if I remember correctly. There is some helper libraries that makes the experience nicer nowadays too, tools like KLIPSE (https://github.com/viebel/klipse)

Here are some starting points:

- https://clojurescript.org/guides/self-hosting

- https://practicalli.github.io/clojurescript/quickstart/self-...

- https://blog.klipse.tech/clojurescript/2016/04/04/self-host-...