diff options
| author | Asko Nõmm <asko@nmm.ee> | 2026-02-18 00:38:31 +0200 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2026-02-18 00:38:31 +0200 |
| commit | c98df5a044bbca27a3f5d4a7ad124c4656ce8693 (patch) | |
| tree | 5a1b9fc91927b82f47f89579a373a6ac9fddd3f8 /README.md | |
| parent | db4ceb1fb3b6e6ebf89c174c4283f1c46683290e (diff) | |
Update README
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -111,10 +111,6 @@ You can also use Ruuter with [Babashka](https://github.com/babashka/babashka), b ### Setting up with [Jank](https://jank-lang.org) -[Jank](https://jank-lang.org) is a native Clojure dialect on LLVM. Since Ruuter is written in `.cljc` with `:jank` reader conditionals, it works with Jank directly. - -**Note:** Ruuter requires a recent Jank build from source (latest main). The 0.1 Homebrew release has a `clojure.string` codegen bug that prevents `clojure.string` from loading. This is fixed on main. See the [Jank build instructions](https://github.com/jank-lang/jank/blob/main/compiler+runtime/doc/build.md) for details. - Create a file (e.g. `main.jank`) and point `--module-path` at Ruuter's `src` directory: ```clojure |
