cmodule 0.1.1: sneak peek at a dynamic module loading system designed for Codea

@toadkick I’ve just uploaded a modification of cmodule to CC which adds a cmodule.export function. This is like cmodule.gexport except that it only exports into the environment of the calling function/module.

(And I’ve just noticed that my version of cmodule is based on 0.1.0. I’ll download 0.1.1 and merge my changes.)

@Andrew_Stacey: Thanks! I’ll incorporate it as soon as I get a chance.