From 606605c95cd15b4aa4d87038f52134f2cfe30187 Mon Sep 17 00:00:00 2001 From: dimgigov Date: Mon, 11 May 2026 11:59:47 +0300 Subject: [PATCH] Rename Clojure/Nim to Bara Lang in README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a2901c8..8f0c344 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# Clojure/Nim +# Bara Lang > A Clojure dialect that compiles to Nim → C → native binaries. -| | JVM Clojure | **Clojure/Nim** | +| | JVM Clojure | **Bara Lang** | |---|---|---| | JVM required | ❌ | ✅ No | | GraalVM/native-image | ❌ | ✅ No | @@ -31,7 +31,7 @@ make check ## 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**: @@ -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 | | ClojureScript | ❌ | Heavy — Google Closure Compiler, JS ecosystem | | Babashka | ❌ | Medium — GraalVM native-image, still JVM-based | -| **Clojure/Nim** | ❌ | **None — completely standalone** | +| **Bara Lang** | ❌ | **None — completely standalone** | ### Why?