I actually think that might be getting close to being merged https://github.com/helix-editor/helix/pull/8675 (fingers crossed). That's based on Steel, which is a separate embedded Scheme...
I actually think that might be getting close to being merged https://github.com/helix-editor/helix/pull/8675 (fingers crossed). That's based on Steel, which is a separate embedded Scheme interpreter for Rust haha.
Edit: just realized that Scheme-rs and Steel are both maintained by men named Matt P, which... Is confusing.
Will this potentially accelerate the release of Helix's plugin system?
I actually think that might be getting close to being merged https://github.com/helix-editor/helix/pull/8675 (fingers crossed). That's based on Steel, which is a separate embedded Scheme interpreter for Rust haha.
Edit: just realized that Scheme-rs and Steel are both maintained by men named Matt P, which... Is confusing.
Interestingly this project is firmly implementing R6RS, while Steel aims for R5RS and R7RS-small.
https://scheme-rs.org/