docs: add JVM vs Clojure/Nim comparison table at the top of README
This commit is contained in:
@@ -1,7 +1,15 @@
|
|||||||
# Clojure/Nim
|
# Clojure/Nim
|
||||||
|
|
||||||
> A Clojure dialect that compiles to Nim → C → native binaries.
|
> A Clojure dialect that compiles to Nim → C → native binaries.
|
||||||
> **The only standalone Clojure implementation completely free from the Java ecosystem.**
|
|
||||||
|
| | JVM Clojure | **Clojure/Nim** |
|
||||||
|
|---|---|---|
|
||||||
|
| JVM required | ❌ | ✅ No |
|
||||||
|
| GraalVM/native-image | ❌ | ✅ No |
|
||||||
|
| Google Closure Compiler | ❌ | ✅ No |
|
||||||
|
| Java stdlib dependency | ❌ | ✅ No |
|
||||||
|
| Startup time | ❌ Slow (JVM warmup) | ✅ Instant |
|
||||||
|
| Binary size | ❌ 50MB+ | ✅ < 1MB |
|
||||||
|
|
||||||
[]() []() []()
|
[]() []() []()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user