[Grace-core] Module exports
Kim Bruce
kim at cs.pomona.edu
Thu Dec 6 08:55:00 PST 2012
I had thought about that earlier, but it seemed redundant. If we label items at the top level public, isn't that the equivalent of marking them for export?
Kim
On Dec 6, 2012, at 8:03 AM, Andrew P. Black wrote:
> Interesting discussion of modules in the context of Klau's talk here at WG 2.16. It's important for a module system to be able to export as well as import. Java lacks this. An export facility lets you write a module whose role is to assemble bits from other modules, repackage them, add to them, and then export the parts of interest as a new module.
>
> We should consider adding exports to Grace modules. In fact, it may be that the difference between a Grace object and a Grace module is exactly that the module exports stuff (still as an object, perhaps.)
>
> Andrew
>
> _______________________________________________
> Grace-core mailing list
> Grace-core at cecs.pdx.edu
> https://mailhost.cecs.pdx.edu/mailman/listinfo/grace-core
More information about the Grace-core
mailing list