https://github.com/wmedrano/spore
A lisp focused on Rust interop
https://github.com/wmedrano/spore
Last synced: about 1 month ago
JSON representation
A lisp focused on Rust interop
- Host: GitHub
- URL: https://github.com/wmedrano/spore
- Owner: wmedrano
- Created: 2024-02-11T22:26:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-22T14:43:40.000Z (12 months ago)
- Last Synced: 2024-05-22T17:36:52.145Z (12 months ago)
- Language: Rust
- Size: 185 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spore
Spore is in early development. It is:
- A text editor
- powered by a simple Lisp language.It is inspired by Emacs. The editor is meant to be mostly implemented in Spore
Lisp. Rust is used to implement the VM itself, along with a core set of Spore
Lisp functionality like `Buffer` and `Event` objects.## Crates
- [Code Coverage](https://wmedrano.github.io/spore/llvm-cov/html)
### Spore VM
The Virtual Machine that implements Spore lispy language.
- [Rust Docs](https://wmedrano.github.io/spore/doc/spore_vm)