Hacker News new | ask | show | jobs
by mdonahoe 95 days ago
I had fun re-implementing antirez's "kilo" editor

https://github.com/antirez/kilo

There's a nice tutorial for it

https://viewsourcecode.org/snaptoken/kilo/

Great way to learn more about terminal modes and write some raw C

1 comments

I’m a bit partial to antirez’ LOAD81 editor, myself ..

https://github.com/antirez/LOAD81

.. but that’s mostly because LOAD81 is just fully great as well .. I’ll have to dig into kilo a bit and see how antirez’ two editors compare with each other ..