Next generation hackable text editor for nerds.
Go to file
2022-11-07 07:30:09 +00:00
src more statusbar, keybind & cargo.toml ammendment 2022-11-07 06:52:11 +00:00
.gitignore rust branch 2022-11-03 07:31:24 +00:00
.replit fixed + added repl config 2022-11-03 13:33:00 +00:00
Cargo.lock more statusbar, keybind & cargo.toml ammendment 2022-11-07 06:52:11 +00:00
Cargo.toml more statusbar, keybind & cargo.toml ammendment 2022-11-07 06:52:11 +00:00
README.md added a README 2022-11-07 07:30:09 +00:00
TODO.md more statusbar, keybind & cargo.toml ammendment 2022-11-07 06:52:11 +00:00

λ Lambda

A next-generation hackable incredibly performant rust text editor for nerds.

⚠️ Lambda is in very early stages at the moment. Lambda's goals are still being decided and features may completely change.

Overview

Lambda is a similar text editor to vim or kakoune, taking some ideas from xi. The main goal is to build the best text editor possible by taking ideas from existing text editors and implementing them in the best possible way.

  • Lambda is written in Rust, so it's incredibly fast and logical
    • It's also full of comments, so anyone can try and learn what it's doing
  • Lambda is very modular, so features can be easily added
  • Lambda follows the unix philosophy of "do one thing and do it well"
    • It has no bloated features like splits or tabs
    • It contains the bare necessities and provides a few extra modules
  • Lambda has much better default keybindings than other text editors

Getting started

You'll need cargo (ideally from rustup) and an up to date version of rust.

git clone https://github.com/SpyHoodle/lambda.git # Clone the repositiory
cargo run # Build and run lambda!