https://github.com/wmedrano/sage-deprecated
WIP
https://github.com/wmedrano/sage-deprecated
Last synced: about 2 months ago
JSON representation
WIP
- Host: GitHub
- URL: https://github.com/wmedrano/sage-deprecated
- Owner: wmedrano
- Created: 2023-12-23T05:05:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-01T03:09:30.000Z (over 1 year ago)
- Last Synced: 2025-02-28T23:36:24.321Z (2 months ago)
- Language: Rust
- Size: 154 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sage
Update: Retrying using a Scheme built for Rust: https://github.com/mattwparas/steel.
WIP: Sage is a work in progress, with the primary purpose being
educational. Do not expect this to go far.A (Guile) Scheme configured IDE. Heavily inspired by Emacs.
## Goals
- Integrate Guile with Rust. The main framework for this is the custom
`flashkick` crate of this repo.
- Highly responsiveness editing experience. Emacs can get jerky at
times, especially with non-async auto-complete.## Building, Running, and Testing
See `.github/workflows/testing.yml` building and testing recipes.