ExtraMojo has been updated to support latest mojo and Magic, and now has more tests and examples!
ExtraMojo is just things I wish were in the stdlib, which mostly means a buffered file reader that can read files by line (or any delim), and a tiney regex implementation.
Hey Seth these are some of the pain points I’ve been running into on mojo. Are you looking to build this out as a project maybe standalone Mojo package? I was looking to building something concrete in mojo but it looks like you already have a good starting point here
Very much interested in that yes! I’m a bit time constrained through Christmas, but I’d be up for setting up an ExtraMojo org and trying to formalize this all a bit more.
If you want to send me github usernames I’d be happy to add you both to the repo, and then we should probably establish some development guidelines of some sort.
Released v0.2.0 with many perf improvements, especially to the buffered reader, as well as a start at some helper function for working with byte-strings. Release v0.2.0 · ExtraMojo/ExtraMojo · GitHub