Show HN: Bebo – run Clojure scripts on Deno

Made this little thing: https://github.com/borkdude/bebo

In the spirit of deno it allows you to install a script from an https location but for Clojure(Script, .cljs).

Why would you use this? I love Clojure and I'd love to see it in more places than the JVM and browser. Maybe you do too.

It is similar to the idea of nbb which allows you to run .cljs scripts on Node.js via the SCI interpreter:

- https://github.com/babashka/nbb

- https://github.com/babashka/sci

I posted this project yesterday but forgot to add "Show HN"... I hope that is OK since I can't edit my previous message anymore.

48 points | by Borkdude 661 days ago

2 comments