Oddbean new post about | logout
 js2bb, execute Clojure with Java interop with JavaScript syntax ;)

This is just an experiment, but it already shows how difficult it is to expose Clojure through a mainstream language due to lack of symbol/keyword/data notation.

#clojure #babashka #javascript #graalvm

https://files.mastodon.social/media_attachments/files/111/181/762/256/223/289/original/4b363da34ece0a8a.png

https://files.mastodon.social/media_attachments/files/111/181/762/310/010/834/original/5a4f6445d9c9f65a.png 
 Slightly nicer version with support for import -> require and s and k template strings for keywords and symbols:

https://files.mastodon.social/media_attachments/files/111/182/065/395/334/608/original/d490dd4b4dd38254.png