On Tuesday, 20 June 2017 at 11:52:56 UTC, Jacob Carlborg wrote:
On 2017-06-20 03:51, Walter Bright wrote:Is getting a whole lot better:https://github.com/dlang/dmd/pull/6918You can now build D executables that do not link in anything from Phobos - only from the standard C library.BTW, how are asserts handled? Isn't assert usually a macro in C?
I was curious about this as well when I saw the PR. Great to see that -betterC is getting some attention as well.