zlacker

[return to "Clojure Desktop UI Framework"]
1. Baculu+MJ7[view] [source] 2024-08-27 11:05:40
>>duckte+(OP)
If only Clojure wasn't tied to the fucking JVM
◧◩
2. iLemmi+MCb[view] [source] 2024-08-28 16:15:47
>>Baculu+MJ7
Well, first of all, JVM, even though it still gets a lot of bad rap (mainly due to Java) turns out to be really nice piece of tech, especially if the aim is to scale CPU-intensive tasks.

Besides - Clojure is not JVM-only, Clojure is a hosted language, it can work a top of different platforms: JS engine - Clojurescript; Flutter - ClojureDart; Native Code scripting - Babashka; NodeJS - nbb; .Net - Clojure CLR; Fennel even though technically is not a Clojure, is a lovely little language very similar to it and it works on Lua. There's also jank-lang, currently in development that works on top of LLVM. There are a bunch of other Clojure dialects - for Rust, Go, Python, Erlang, etc.

[go to top]