Skip to content

Commit bce7412

Browse files
committed
Update Logo and README to .md
Add Github and Discord Shield
1 parent 013dc13 commit bce7412

File tree

6 files changed

+61
-22
lines changed

6 files changed

+61
-22
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<p align="center">
2+
<img src="https://raw.github.com/clojure-rs/ClojureRS/master/clojureRS-logo-horizontal.png" alt="ClojureRS Logo"/>
3+
</p>
4+
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)
8+
9+
Put simply, Clojure implemented atop Rust! For now, a Clojure interpreter implemented in Rust.
10+
11+
![REPL](https://i.imgur.com/rpioVBP.png)
12+
*The repl in action*
13+
14+
## Project Goals:
15+
1. To create a version of Clojure that gets to exist independent of a particular platform
16+
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
20+
3. To, should the project progress, begin looking more serious into advanced compilation techniques, to create a serious Clojure implementation
21+
22+
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+
24+
## Discussion
25+
Come join us on [discord](https://discord.gg/mFE3JNr)!

logo/clojureRS-logo-horizontal.png

22.3 KB
Loading

logo/clojureRS-logo-square.png

44.2 KB
Loading

logo/clojureRS-logo-symbol.png

44.9 KB
Loading

logo/clojureRS-logos.svg

Lines changed: 36 additions & 0 deletions
Loading

readme.org

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

0 commit comments

Comments
 (0)