←back to thread

439 points david927 | 2 comments | | HN request time: 0.584s | source

What are you working on? Any new ideas which you're thinking about?
1. ivanjermakov ◴[] No.44419144[source]
Suckless text editor written in Zig: https://github.com/ivanjermakov/hat

The goal is to have a full featured editor with tree-sitter and LSP support which source code you can read through in one evening.

Love how it's going so far, I'm trying to keep it both minimal and easily extendable.

replies(1): >>44420451 #
2. dahsameer ◴[] No.44420451[source]
i am trying to learn a little zig programming and i've been doing it by making a simple database. my next project was going to be text editor. i'm gonna take some inspirations from your project.