Simple Ini is a module I’m developing for the closed beta of the Jai language by Jonathan Blow. It uses tables of strings, allowing users to specify types through Jai’s template system. The module supports sections and can handle values of any type, making it flexible and versatile. I started this project because I noticed the language’s standard library lacked an ini module, and I wanted to fill that gap while exploring Jai’s unique features. It’s been a fun way to contribute to the ecosystem and deepen my understanding of the language!
Once the module is done it will be published on GitHub.