One place where Koi shines, is in its' ability to customise how the compiler or interpreter work, through language flags. These will either come with the standard library, or can be included in libraries.
Core features such as the garbage collector and pre-processor are registered simply as a togglable flag, but packages can be built for flags, allowing for entries with-in a "flag class" to be changed.
An example of a language flag, could be like this: