Startup Precomputation

This won’t be useful to many people, but I have written an extension which allows you to skip slow startup code by using Glk 0.7.4’s resource streams feature. If the interpreter does not support Glk 0.7.4 then it will use an external file so that at worst the slow startup code will only have to be run once. (Well unless user decides to delete that file.)

Get Startup Precomputation from Github