Rename Clojure/Nim to Bara Lang in README

This commit is contained in:
2026-05-11 11:59:47 +03:00
parent 1d9a21fbd4
commit 606605c95c
+4 -4
View File
@@ -1,8 +1,8 @@
# Clojure/Nim # Bara Lang
> A Clojure dialect that compiles to Nim → C → native binaries. > A Clojure dialect that compiles to Nim → C → native binaries.
| | JVM Clojure | **Clojure/Nim** | | | JVM Clojure | **Bara Lang** |
|---|---|---| |---|---|---|
| JVM required | ❌ | ✅ No | | JVM required | ❌ | ✅ No |
| GraalVM/native-image | ❌ | ✅ No | | GraalVM/native-image | ❌ | ✅ No |
@@ -31,7 +31,7 @@ make check
## What is this? ## What is this?
Clojure/Nim is an **AI-first** Clojure implementation targeting the Nim ecosystem. It compiles Clojure source directly to Nim, then to C, and finally to a native binary. Bara Lang is an **AI-first** Clojure implementation targeting the Nim ecosystem. It compiles Clojure source directly to Nim, then to C, and finally to a native binary.
Unlike every other Clojure dialect, this project has **zero dependency on the Java ecosystem**: Unlike every other Clojure dialect, this project has **zero dependency on the Java ecosystem**:
@@ -40,7 +40,7 @@ Unlike every other Clojure dialect, this project has **zero dependency on the Ja
| Clojure (JVM) | ✅ Required | Full — runs on JVM, uses Java stdlib | | Clojure (JVM) | ✅ Required | Full — runs on JVM, uses Java stdlib |
| ClojureScript | ❌ | Heavy — Google Closure Compiler, JS ecosystem | | ClojureScript | ❌ | Heavy — Google Closure Compiler, JS ecosystem |
| Babashka | ❌ | Medium — GraalVM native-image, still JVM-based | | Babashka | ❌ | Medium — GraalVM native-image, still JVM-based |
| **Clojure/Nim** | ❌ | **None — completely standalone** | | **Bara Lang** | ❌ | **None — completely standalone** |
### Why? ### Why?