Is there any writeln like functions without GC?

9il ilyayaroshenko at gmail.com
Thu Nov 14 05:23:47 UTC 2019


On Sunday, 10 November 2019 at 07:57:38 UTC, dangbinghoo wrote:
> On Sunday, 3 November 2019 at 05:46:53 UTC, 9il wrote:
>> On Thursday, 31 October 2019 at 03:56:56 UTC, lili wrote:
>>> Hi:
>>>    why writeln need GC?
>>
>> See also Mir's @nogc formatting module
>>
>> https://github.com/libmir/mir-runtime/blob/master/source/mir/format.d
>
> hi, is mir right now fully implemented using betterC?
>
> thanks!
> --
> binghoo

Nope, but you can write a lot of things that would not require to 
link with DRuntime.
The betterC flags also means that you can't use DRuntime during 
compilation, which makes D generics almost useless.


More information about the Digitalmars-d-learn mailing list