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
+5 -5
View File
@@ -5,7 +5,7 @@
# Clojure Test Suite Compatibility
Clojure/Nim participates in the cross-dialect **[jank-lang/clojure-test-suite](https://github.com/jank-lang/clojure-test-suite)** — the standard Clojure compliance test suite that validates behavior across all Clojure dialects.
Bara Lang participates in the cross-dialect **[jank-lang/clojure-test-suite](https://github.com/jank-lang/clojure-test-suite)** — the standard Clojure compliance test suite that validates behavior across all Clojure dialects.
## Supported Dialects
@@ -18,7 +18,7 @@ The Clojure Test Suite is officially maintained for these dialects:
| Babashka | ✅ Official | GraalVM native-image |
| Clojure CLR | ✅ Official | .NET CLR |
| Basilisp | ✅ Official | Python |
| **Clojure/Nim** | 🚀 Candidate | **Nim → C → Native** |
| **Bara Lang** | 🚀 Candidate | **Nim → C → Native** |
## Quick Start
@@ -66,7 +66,7 @@ Each test file is a `.cljc` (cross-platform Clojure/ClojureScript) file with a s
## Reader Conditional Handling
Clojure/Nim's `test_single.py` pre-processes `.cljc` files, stripping `#?` and `#?@` reader conditionals and extracting the `:default` branch:
Bara Lang's `test_single.py` pre-processes `.cljc` files, stripping `#?` and `#?@` reader conditionals and extracting the `:default` branch:
```clojure
;; Before
@@ -86,7 +86,7 @@ This follows the standard cross-dialect convention — each dialect resolves `:d
## Current Test Scope
The test suite covers **212+ `clojure.core` functions** and **8 `clojure.string` functions**. Clojure/Nim is working toward full compliance.
The test suite covers **212+ `clojure.core` functions** and **8 `clojure.string` functions**. Bara Lang is working toward full compliance.
See the [Roadmap](06-roadmap.md) for implementation status.
@@ -103,7 +103,7 @@ For reference, here are links to the official dialect setup guides for running t
| Babashka | [babashka.md](https://github.com/jank-lang/clojure-test-suite/blob/main/doc/babashka.md) |
| Clojure CLR | [clojureclr.md](https://github.com/jank-lang/clojure-test-suite/blob/main/doc/clojureclr.md) |
| Basilisp | [basilisp.md](https://github.com/jank-lang/clojure-test-suite/blob/main/doc/basilisp.md) |
| **Clojure/Nim** | **This document** |
| **Bara Lang** | **This document** |
---