xeubie
- Karma
- 0
- Created
- ()
- Submissions
- 0
- The Timelessness of TUIs (xit-vcs.github.io)
- Show HN: XitDB – an immutable single-file database (github.com)
I couldn't find a database that was immutable (like Datomic) and embedded (like SQLite), so I made one. The reference impl is in Zig and there are now ports for Java, Clojure, TypeScript, and Go.
- Show HN: Xit – a Git-compatible VCS written in Zig (github.com)
The marquee feature is patch-based merging, similar to Darcs and Pijul. I think xit is the first version control system (VCS) to have this feature while still being git compatible. See the 100% human-written readme for…