> On 29 Mar 2015, at 10:32, stepharo <steph...@free.fr> wrote:
> 
> Before that I would like that the compiler outputs classes definition in an 
> environment (that can be the default one) but that can be the one
> I want and specified from the outside of the compiler.

For installing, it is the ClassInstaller that does that (and yes, it has an 
environment).

What the compiler does not have is to look up references e.g. to symbols 
regarding to an environment, but that is because we
don’t have that concept right now in the system in general. globals/class vars 
are requested from the class (which defines its environment).

So in general, we first need a use case, else it is not clear what to do…


        Marcus

Reply via email to