9 votes

Scheme-rs, an embedded Scheme for the Rust ecosystem, gets its first release

4 comments

  1. [3]
    mantrid
    Link
    Will this potentially accelerate the release of Helix's plugin system?

    Will this potentially accelerate the release of Helix's plugin system?

    2 votes
    1. [2]
      smores
      Link Parent
      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.

      4 votes
      1. tjf
        Link Parent
        Interestingly this project is firmly implementing R6RS, while Steel aims for R5RS and R7RS-small.

        Interestingly this project is firmly implementing R6RS, while Steel aims for R5RS and R7RS-small.

        1 vote