logoalt Hacker News

joefreemanyesterday at 6:25 PM1 replyview on HN

I've continued to work on a modal text editor, which has a server-client architecture that supports multiple clients (terminal, native, web) with consistent UI/bindings. I'm not using an editor as I used to, so this is more oriented around viewing/navigating code. I've recently been working on adding a Markdown viewer. The process of being able to use the editor and then get Claude to quickly make changes has been very satisfying.

I've also revived a project to design/implement a programming language. I'm slowing converging on a (keyword-less) syntax and (Beam-like) architecture that's starting to feel good.


Replies

dennisyyesterday at 6:35 PM

Any link yet?

show 1 reply