Day Twelve
I don’t know if I really care about the Raylib binding stuff. I happen to know there are a few other people working on similar projects, and I don’t want to step on their toes.
For an alternative, I just want a fun little project that’s quick and relatively straightforward. I’m going to go with parsing a SQLite database.
SQLite
Honestly there’s really no reason to write a SQLite database file parser in Elixir. SQLite is possibly the very best candidate for a NIF, since it’s such a widely used and tested library. The chances SQLite will bring down the runtime is extremely small.
But, I really like parsing binaries in Elixir. So, why not.
Time
Had to deal with some stuff but still wanted to publish something today. Tomorrow will include the full parser.