On Friday, 25 May 2012 at 11:31:13 UTC, Jacob Carlborg wrote:
On 2011-01-02 07:46, bearophile wrote:
Andrei:
My fantasy: bearophile goes to the Nimrod forum and says
"Hey, how about
this D language, seems interesting..." :o)
That fantasy of yours means that I am interested in using my
time to explain to Nimrod developers what's good in D, what
may be modified or improved, to steal some of the good ideas
of the D language for the development and spreading of Nimrod
:-)
Bye,
bearophile
From http://force7.de/nimrod/index.html
"Whole program dead code elimination: Only used functions are
included in the executable."
So if my application doesn't have any output I won't get an
executable when I compile it :)
You will, you can compile an empty .nim file and you still get an
executable.
BTW http://nimrod-code.org/ is the new Nimrod website, the one
you linked to is long outdated.