> On 09 Jan 2015, at 18:27, Pablo Herrero <
[hidden email]> wrote:
>
> Hey everyone,
>
> I would like to change some of the environment settings by code,
> specifically I would like to change the default compiler, from the
> menu you would do: World Menu >> System >> Settings >> Compiler >>
> Default Compiler , and then set you preference there. How can you do
> that programmatically?
Yes!
The gobal compiler can be changed by
SmalltalkImage compilerClass: Compiler
Marcus