docs: add JVM vs Clojure/Nim comparison table at the top of README

This commit is contained in:
2026-05-09 00:54:28 +03:00
parent 4739e2c151
commit d697ee60c9
+9 -1
View File
@@ -1,7 +1,15 @@
# Clojure/Nim
> 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 |
[![Tests](https://img.shields.io/badge/tests-276%2B-green)]() [![Nim](https://img.shields.io/badge/nim-%3E%3D2.0-blue)]() [![License](https://img.shields.io/badge/license-MIT-yellow)]()