I decided to work on something that no programmer before me even thought of. ESPECIALLY in this community. Yes, I'm creating my text editor.

I have some basics working like cursor navigation, replacing range of text, some debug visualization. Some parts of 4coder's api and its ease of use have been a great example & inspiration for me. I want to put more features in before I start worrying what the final representation of data and positions in buffer will be.