• ☆ Yσɠƚԋσʂ ☆@lemmygrad.mlOP
    link
    fedilink
    arrow-up
    0
    ·
    3 days ago

    Clojure actually has dialects that run without the JVM as well. There’s Babashka which is Graal compiled into a single executable. I’ve been using it for scripting and it works great. There’s also ClojureScript and Squint that compile to Js so you can leverage that ecosystem, and lastly there’s Janet which is Clojure inspired and can be embedded in C programs. Syntax does take a bit of getting used to if you haven’t used Lisps before. :)