Comment on Ask HN: How to learn about text editor architectures and implementations?Comments−jmiskovic4yLately I've been studying lite editor which is mostly Lua code. It's quite easy to read the code and follow along. Before that I wrote my own editor which kind of works, but it mostly made me appreciate the lite's design. https://github.com/rxi/lite https://rxi.github.io/lite_an_implementation_overview.html https://rxi.github.io/a_simple_undo_system.html
Comments
Lately I've been studying lite editor which is mostly Lua code. It's quite easy to read the code and follow along. Before that I wrote my own editor which kind of works, but it mostly made me appreciate the lite's design.