Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clojure-rs/ClojureRS
Clojure, implemented atop Rust (unofficial)
https://github.com/clojure-rs/ClojureRS
Last synced: 13 days ago
JSON representation
Clojure, implemented atop Rust (unofficial)
- Host: GitHub
- URL: https://github.com/clojure-rs/ClojureRS
- Owner: clojure-rs
- License: apache-2.0
- Created: 2020-03-23T00:39:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-16T20:00:11.000Z (over 1 year ago)
- Last Synced: 2024-08-01T22:57:47.731Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 587 KB
- Stars: 946
- Watchers: 34
- Forks: 27
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Put simply, Clojure implemented atop Rust! For now, a Clojure interpreter implemented in Rust.
![REPL](https://i.imgur.com/rpioVBP.png)
The REPL in action!
## Project Goals:
1. To create a version of Clojure that gets to exist independent of a particular platform
2. To explore a Clojure that, being more independent, has
1. Proper tail call elimination
2. Conditions / Restarts
3. Any other feature it might not normally be able to indulge
3. To, should the project progress, begin looking more serious into advanced compilation techniques, to create a serious Clojure implementationCheck [clojureRS.org](./clojureRS.org) (the file, not website) for more notes about the design of the language, which should grow as the program grows.
## Discussion
Come join us on [Discord](https://discord.gg/mFE3JNr)!