Skip to content

Commit d102634

Browse files
authored
Merge pull request #80 from zackteo/logo
Update Logo and README to .md
2 parents 013dc13 + fbb3c29 commit d102634

File tree

6 files changed

+71
-22
lines changed

6 files changed

+71
-22
lines changed

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<p align="center">
2+
<img src="https://github.com/clojure-rs/ClojureRS/blob/master/clojureRS-logo-horizontal.png" alt="ClojureRS Logo"/>
3+
</p>
4+
5+
<p align="center"><b>Put simply, Clojure implemented atop Rust! For now, a Clojure interpreter implemented in Rust.</b></p>
6+
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>
13+
14+
![REPL](https://i.imgur.com/rpioVBP.png)
15+
16+
<p align="center"><i>The REPL in action!</i></p>
17+
18+
## Project Goals:
19+
1. To create a version of Clojure that gets to exist independent of a particular platform
20+
2. To explore a Clojure that, being more independent, has
21+
1. Proper tail call elimination
22+
2. Conditions / Restarts
23+
3. Any other feature it might not normally be able to indulge
24+
3. To, should the project progress, begin looking more serious into advanced compilation techniques, to create a serious Clojure implementation
25+
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.
27+
28+
## Discussion
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

21.9 KB
Loading

logo/clojureRS-logo-square.png

44.1 KB
Loading

logo/clojureRS-logo-symbol.png

44.8 KB
Loading

readme.org

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

0 commit comments

Comments
 (0)