D is dead (was: Dicebot on leaving D: It is anarchy driven development in all its glory.)
Guillaume Piolat
spam at smam.org
Fri Aug 24 00:58:35 UTC 2018
On Friday, 24 August 2018 at 00:56:10 UTC, Mike Franklin wrote:
> On Friday, 24 August 2018 at 00:53:20 UTC, Guillaume Piolat
> wrote:
>
>> Do you also mean to reimplement everything related to FILE*?
>> floating-point parsing and conversion to string?
>> multithreaded malloc?
>
> Only what's need for druntime. That would include
> multi-threaded malloc, but not the FILE* string-related stuff.
D programs tend to use the C runtime directly, and quite a lot of
it:
https://github.com/search?l=D&q=%22import+core.stdc%22&type=Code
More information about the Digitalmars-d
mailing list