This is a bare-bones text editor written in Clojure. It's just my excuse to learn Clojure, zero real-world value.
It supports the following keys:
[char]Insert a characterup/down/left/rightMove cursorenterInsert a newlinebackspacedelete previous character
Here's a quick gif:
- Download this repo
- Run
lein run
- Uses
clojure-lanternafor terminal manipulation - Structure based on Gary Bernhardt's Text Editor From Scratch
