Started work on a multiplexed text file format specification. It was surprisingly simple to implement a proof-of-concept in ruby.
https://gitlab.com/htrob/xtxt

Up next:
- Go implementation
- Writing a RFC in the traditional RFC format.

#ruby #golang #rfc #xtxt #extendedtext #multiplexed

Should probably add a LICENCE file and other things. More than anything, I'm happy that it actually works, and it was deceivingly simple to write once I figured out what I actually wanted.