[Oberon] Re. batch job thread.

Andreas Pirklbauer andreas_pirklbauer at yahoo.com
Sat Oct 24 20:16:18 CEST 2020


    > > I like that! Could it easily be ported to LNO? From where?

    > https://github.com/andreaspirklbauer/Oberon-batch-execution-facility
    > https://github.com/andreaspirklbauer/Oberon-extended

Note that the command Oberon.Batch - unlike System.Batch - now also invokes the garbage collector after each command if necessary (it’s safe to do so in module Oberon, so long as one ensures that the command is not called from another procedure).

This allows the command Oberon.Batch to be used to execute long command sequences without running into heap space issues.

For example to build the entire Oberon system with a single mouse click.




More information about the Oberon mailing list