clojurescript

doojin 2026-02-26T04:30:32.741489Z

Can a clojurescript library include javascript glue code or javascript tight loops?

thheller 2026-02-26T05:14:48.951509Z

yes. if using shadow-cljs that is very straightforward. when not it requires a bit of boilerplate, but very easy as well.

doojin 2026-02-26T09:15:06.464179Z

Yes.