Jeff Morrison (2013-11-01T20:04:14.000Z)
domenic at domenicdenicola.com (2013-11-12T17:26:13.050Z)
On 11/1/13, 11:32 AM, James Burke wrote: > This would mean allowing `import` and `export` inside a function, > which starts to break down the semantic meaning of what a module "is", > and how to refer to them. No, that's why I said the function generates an instance of a Module object imperatively (we're already in imperative definition land with this API anyway). No need for `import` or `export`