My choice to pick Go over D ( and Rust ), mostly non-technical
Jacob Carlborg
doob at me.com
Tue Feb 6 22:07:44 UTC 2018
On 2018-02-06 10:51, Atila Neves wrote:
> I tried Warp on a non-trivial C codebase. It didn't work (by which I
> mean the code wouldn't compile with it). I don't know how clang managed
> to build a (for all practical purposes I can see) bug-compatible
> preprocessor from scratch to gcc, but it did and in large projects it
> makes a difference.
"gcc" on macOS is an alias to "clang". The idea was to replace GCC with
Clang without having to do any changes what so every, code changes,
configuration, linking, even the name of the compiler.
--
/Jacob Carlborg
More information about the Digitalmars-d
mailing list