Why are Blitz3D/Plus programs so large?
Blitz3D/Plus use a single runtime library for everything, which is compiled directly into the executable; this means programs will always be a minimum of ~500KB in size.BlitzMax is different in that it can be made to only compile certain modules into the executable, so programs can be as small as 50KB.




