Rename Clojure/Nim to Bara Lang in documentation

This commit is contained in:
2026-05-11 11:58:02 +03:00
parent a5bed368b0
commit 1d9a21fbd4
9 changed files with 31 additions and 31 deletions
+4 -4
View File
@@ -1,4 +1,4 @@
# Clojure/Nim Documentation
# Bara Lang Documentation
> A Clojure dialect that compiles to Nim → C → native binaries.
> **The only standalone Clojure implementation completely free from the Java ecosystem.**
@@ -17,16 +17,16 @@
- **AI Integration:** DeepSeek API, OpenAI-compatible, Xiaomi MiMo
- **Test Suite:** [Clojure Test Suite Compatibility](07-clojure-test-suite.md) — cross-dialect compliance testing
## Why Clojure/Nim?
## Why Bara Lang?
Unlike every other Clojure dialect, Clojure/Nim has **zero dependency on the Java ecosystem** — no JVM, no GraalVM, no Google Closure Compiler, no Java standard library.
Unlike every other Clojure dialect, Bara Lang has **zero dependency on the Java ecosystem** — no JVM, no GraalVM, no Google Closure Compiler, no Java standard library.
| Dialect | Java Ecosystem Dependency |
|---------|---------------------------|
| Clojure (JVM) | Full — runs on JVM |
| ClojureScript | Heavy — Google Closure Compiler |
| Babashka | Medium — GraalVM native-image |
| **Clojure/Nim** | **None — completely standalone** |
| **Bara Lang** | **None — completely standalone** |
### Unique Advantages