Sunday, July 3, 2022

Show HN: Bebo – run Clojure scripts on Deno https://ift.tt/cFf0Plp

Show HN: Bebo – run Clojure scripts on Deno Made this little thing: https://ift.tt/lj1y3aG 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://ift.tt/3Y82Vqz - https://ift.tt/jYVGUsu 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. July 3, 2022 at 07:09PM

No comments:

Post a Comment

Show HN: val – An arbitrary precision calculator language https://ift.tt/1JxjPhf

Show HN: val – An arbitrary precision calculator language Wrote this to learn more about the `chumsky` parser combinator library, rustyline,...