-
I have implemented a Scheme R7 compiler & virtual machine in Rust called [Marwood](https://github.com/strtok/marwood/).
-
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.
-
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/).
-
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/).
Related posts
-
Elvish, expressive programming language and a versatile interactive shell
-
[Release v0.2.0] promkit: A toolkit for building interactive command-line tools in Rust
-
Ghee 0.4 - The tastiest way to work with Linux extended attributes (xattrs)
-
After years of bash, I actually found a shortcut I never heard about.
-
Is there an equivalent Rust crate?