An open API service indexing awesome lists of open source software.

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

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)