Looking for a Lua alternative

Siarhei Siamashka siarhei.siamashka at gmail.com
Thu Dec 14 18:26:40 UTC 2023


On Thursday, 14 December 2023 at 18:18:21 UTC, matheus wrote:
> Now If someone would like to write a game with GC in mind, 
> wouldn't be reasonable to do:
>
> Allocate();
> GC.disable();
> run_the_game();
> GC.enable();

Is the `run_the_game()` part of code supposed to be annotated 
with the `@nogc` attribute?


More information about the Digitalmars-d mailing list