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