On Friday, 25 January 2013 at 20:47:15 UTC, q66 wrote:
On Friday, 25 January 2013 at 20:45:22 UTC, Szymon wrote:
Hi,
I would really like to start using D in our small company as a
C++ replacement. With that in mind I do have few questions:
1) Is D2 really ready for production code? I often hear ppl
complaining about compiler bugs or regressions causing them to
drop D "for now". Is it true that D has GC problems?
2) Is there a way to start adding D code to a C++ projects? For
example build a dll in D that is loaded by C++ host app? I
guess
that is not possible because of GC not being there?
3) Is it possible to use D on iOS?
We will for sure switch to D eventually. Question is, when can
we
start the transition so it would not fire back on us.
1a) no 1b) yes
2) no/yes (dll on windows - yes + pain, elsewhere - no)
3) no
That was fast :) Not thrilled about the answers to ;)