7 ms·
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/
by joefreeman 1mo ago
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.
- dennisy 1mo agoAny link yet?
- joefreeman 1mo agoAether (the editor): - https://github.com/joefreeman/aether https://github.com/joefreeman/aether Quiver (the language): - https://github.com/joefreeman/quiver https://github.com/joefreeman/quiver - https://quiver.run https://quiver.run (online REPL)