clojurescript

ClojureScript, a dialect of Clojure that compiles to JavaScript http://clojurescript.org | Currently at 1.10.879
p-himik 2021-02-24T07:21:18.080600Z

Evaluating CLJS in a browser requires a build with self-hosting capabilities. AFAIK, even these days it's still a finicky and not that well documented thing - not that many need that functionality, especially given that it inflates the bundle size. With that being said, it's no surprise that you can't get it working when you use a different template, a different build tool, and a different way to start REPL.

p-himik 2021-02-24T07:21:38.080800Z

Also, that guide is more than 5 years old. Some things might've changed.

thheller 2021-02-24T07:57:45.081300Z

using the self-hosted stuff with shadow-cljs requires doing this: https://code.thheller.com/blog/shadow-cljs/2017/10/14/bootstrap-support.html

thheller 2021-02-24T07:58:19.081600Z

the stuff described in the other guide will not work with shadow-cljs