Rename Clojure/Nim to Bara Lang in documentation
This commit is contained in:
+4
-4
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user