|
1 | 1 | <p align="center">
|
2 |
| - <img src="https://raw.github.com/clojure-rs/ClojureRS/master/clojureRS-logo-horizontal.png" alt="ClojureRS Logo"/> |
| 2 | + <img src="https://github.com/clojure-rs/ClojureRS/blob/master/clojureRS-logo-horizontal.png" alt="ClojureRS Logo"/> |
3 | 3 | </p>
|
4 | 4 |
|
5 |
| ----------- |
6 |
| - |
7 |
| -[](https://discord.gg/mFE3JNr) |
| 5 | +<p align="center"><b>Put simply, Clojure implemented atop Rust! For now, a Clojure interpreter implemented in Rust.</b></p> |
8 | 6 |
|
9 |
| -Put simply, Clojure implemented atop Rust! For now, a Clojure interpreter implemented in Rust. |
| 7 | +<p align="center"> |
| 8 | +<img src="https://img.shields.io/github/workflow/status/clojure-rs/ClojureRS/Rust"></a> |
| 9 | +<a href="https://discord.gg/mFE3JNr"><img src="https://img.shields.io/discord/703549047901913189?logo=discord"></a> |
| 10 | +</p> |
| 11 | + |
| 12 | +<br> |
10 | 13 |
|
11 | 14 | 
|
12 |
| -*The repl in action* |
| 15 | + |
| 16 | +<p align="center"><i>The REPL in action!</i></p> |
13 | 17 |
|
14 | 18 | ## Project Goals:
|
15 | 19 | 1. To create a version of Clojure that gets to exist independent of a particular platform
|
16 | 20 | 2. To explore a Clojure that, being more independent, has
|
17 |
| - a. Proper tail call elimination |
18 |
| - b. Conditions / Restarts |
19 |
| - c. Any other feature it might not normally be able to indulge |
| 21 | + 1. Proper tail call elimination |
| 22 | + 2. Conditions / Restarts |
| 23 | + 3. Any other feature it might not normally be able to indulge |
20 | 24 | 3. To, should the project progress, begin looking more serious into advanced compilation techniques, to create a serious Clojure implementation
|
21 | 25 |
|
22 | 26 | Check [clojureRS.org](./clojureRS.org) (the file, not website) for more notes about the design of the language, which should grow as the program grows.
|
23 | 27 |
|
24 | 28 | ## Discussion
|
25 |
| - Come join us on [discord](https://discord.gg/mFE3JNr)! |
| 29 | + Come join us on [Discord](https://discord.gg/mFE3JNr)! |
| 30 | + |
0 commit comments