A few notes on choosing between Go and D for a quick project
Jacob Carlborg via Digitalmars-d
digitalmars-d at puremagic.com
Wed Mar 18 09:56:40 PDT 2015
On 2015-03-16 04:25, deadalnix wrote:
> Compiling an hello world is almost instantaneous as far as I experienced
> it. I do think it is interesting for you to share your setup so we can
> understand what is going on and avoid for another newbie to have the
> same experience.
It's most likely linking that takes most of the time. I think most users
will just run the compiler (including the linking) and time it. Most
won't care if it's the compile time or link time that is slow.
--
/Jacob Carlborg
More information about the Digitalmars-d
mailing list