I wrote a scheme in Rust called Marwood

This page summarizes the projects mentioned and recommended in the original post on /r/scheme

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
  1. marwood

    An embeddable Scheme R7 Compiler & Runtime written in Rust

    I have implemented a Scheme R7 compiler & virtual machine in Rust called [Marwood](https://github.com/strtok/marwood/).

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. rustyline

    Readline Implementation in Rust

    In the process of implementing Marwood's web REPL, I ported rust's [Rustyline](https://github.com/kkawakam/rustyline) readline library to an Xterm.js typescript addon called [xterm-readline](https://github.com/strtok/xterm-readline/).

  4. xterm-readline

    a library for building command-line interfaces with XtermJS

    In the process of implementing Marwood's web REPL, I ported rust's [Rustyline](https://github.com/kkawakam/rustyline) readline library to an Xterm.js typescript addon called [xterm-readline](https://github.com/strtok/xterm-readline/).

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Elvish, expressive programming language and a versatile interactive shell

    9 projects | news.ycombinator.com | 9 May 2024
  • [Release v0.2.0] promkit: A toolkit for building interactive command-line tools in Rust

    2 projects | /r/commandline | 25 Oct 2023
  • Ghee 0.4 - The tastiest way to work with Linux extended attributes (xattrs)

    1 project | /r/rust | 1 Sep 2023
  • After years of bash, I actually found a shortcut I never heard about.

    2 projects | /r/linux | 23 May 2023
  • Is there an equivalent Rust crate?

    2 projects | /r/rust | 1 May 2023

Did you know that Rust is
the 5th most popular programming language
based on number of references?