Light-weight runtime

Kagamin spam at here.lot
Mon Jun 29 15:09:17 UTC 2020


On Sunday, 28 June 2020 at 07:09:53 UTC, Виталий Фадеев wrote:
> I want light-weight runtime !
>
> How to ?

Runtime provides language features that rely on extra code. 
Removing that code from runtime means to give up on corresponding 
language features. This way you can implement only features you 
want or even reduce runtime to almost zero. You can start by not 
linking your code with druntime and see what's missing and see if 
you can evade or implement the feature.


More information about the Digitalmars-d-learn mailing list