Nick Sabalausky wrote:
"Andrei Alexandrescu" <[email protected]> wrote in message
news:[email protected]...
Nick Sabalausky wrote:
module(system, trusted) calvin;
?
Yah, I was thinking of something along those lines. What I don't like is
that trust is taken, not granted. But then a model with granted trust
would be more difficult to define.
Andrei
import(trust) someSystemModule;
?
I get the feeling there's more to this issue than what I'm seeing...
There's a lot more, but there are a few useful subspaces. One is, if an
entire application only uses module(safe) that means there is no memory
error in that application, ever.
Andrei