Fork me on GitHub
#squint
<
2022-11-06
>
zane19:11:55

Is it possible to use squint as a Clojure library? I see a fair amount of the codebase is .cljc.

borkdude20:11:16

@zane Yes:

(require '[squint.compiler :as squint])
(squint/compile-string "(+ 1 2 3)")

🎉 1