To ensure a predictable and consistent environment for all Mica scripters, I believe the ability to create globals should be reserved for the core library, and embedders should use modules (#74) instead. Following that, scripts should not set global variables, but rather return module tuples to pass things back to the embedding program.