On Sunday, 15 November 2015 at 02:49:49 UTC, Jonathan M Davis wrote: > the program's data. Certainly, any immutable objects created at > runtime are only protected from mutation by the type system. That would be a bad assumption. It could be read only pages with MMU protection. (files, shared memory etc)