How usable is the D language without a garbage collector?

bachmeier no at spam.net
Fri Jul 15 15:26:23 UTC 2022


On Friday, 15 July 2022 at 15:05:24 UTC, ryuukk_ wrote:
> On Friday, 15 July 2022 at 11:48:31 UTC, Araq wrote:
>> On Friday, 15 July 2022 at 11:18:15 UTC, Ola Fosheim Grøstad 
>> wrote:
>>>
>>> Anyway, you don't have to stick to one language. You can mix.
>>
>> But you shouldn't mix as debugging and the tooling situation 
>> in general across languages is terrible. At least when 
>> "mixing" implies some sort of scripting language with its own 
>> interpreter loop.
>
> That's false
>
> I work with D and also some C libraries, and i can debug my 
> program and step into C code without issues
>
> Proof: (lib: mongoose, statically linked)
>
> https://i.imgur.com/C2vjGOo.png

I think he was referring to mixing a compiled language with Lua, 
or something like that.


More information about the Digitalmars-d mailing list