Skip to content

Commit b958c85

Browse files
committed
Update last commit
1 parent bce7412 commit b958c85

File tree

6 files changed

+56
-46
lines changed

6 files changed

+56
-46
lines changed

README.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,30 @@
11
<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"/>
33
</p>
44

5-
----------
6-
![Github Workflow Status](https://img.shields.io/github/workflow/status/clojure-rs/ClojureRS/Rust)
7-
[![Discord](https://img.shields.io/discord/703549047901913189?logo=discord)](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>
86

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>
1013

1114
![REPL](https://i.imgur.com/rpioVBP.png)
12-
*The repl in action*
15+
16+
<p align="center"><i>The REPL in action!</i></p>
1317

1418
## Project Goals:
1519
1. To create a version of Clojure that gets to exist independent of a particular platform
1620
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
2024
3. To, should the project progress, begin looking more serious into advanced compilation techniques, to create a serious Clojure implementation
2125

2226
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.
2327

2428
## Discussion
25-
Come join us on [discord](https://discord.gg/mFE3JNr)!
29+
Come join us on [Discord](https://discord.gg/mFE3JNr)!
30+

logo/ClojureRS logos.svg

Lines changed: 41 additions & 0 deletions
Loading

logo/clojureRS-logo-horizontal.png

-333 Bytes
Loading

logo/clojureRS-logo-square.png

-34 Bytes
Loading

logo/clojureRS-logo-symbol.png

-30 Bytes
Loading

logo/clojureRS-logos.svg

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)