Announcing Remacs: Porting Emacs to Rust

I am delighted to announce Remacs, a project to port Emacs to Rust!

Introspecting Glue Code

Writing glue code is easy. Writing it well is harder.

Searching A Million Lines Of Lisp

Time for another Emacs adventure!

Rustdoc Meets The Self-Documenting Editor

Emacs Lisp has a delightful help system. You can view the docstring for any function under the cursor, making it easy to learn functionality.