Has anyone tried the Digitalmars D compiler (version 2) on Snow Leopard? I'd like to upgrade but I'd rather have a working D compiler.

link|improve this question

feedback

4 Answers

up vote 4 down vote accepted

If you still don't know for sure then just take a deep breath and go for it already:

Changes in snow since leopard (according to wikipedia). Most snow bugs with various software I have heard so far have been graphics issues. You can ignore a lot of those as dmd is entirely command line.

The Mac OS X port of dmd is fairly recent and working on leopard. Walter documented most of the issues of the port part 1, part 2, part 3, epilog

An initial tester is required and you can do Walter a favor by testing for him, dmd gets bug fixes really quick. If it didn't work you can be sure it won't lay not working for very long. With the entire source available you may even be able to submit the patches if any yourself.

link|improve this answer
feedback

This is a non-issue at this point, but I will take a moment to plug my favorite implementation (and arguably the easiest way to get D running on OS X): D For Xcode.

link|improve this answer
feedback

Link to discussion on the digitalmars.D newsgroup. No news yet, though.

link|improve this answer
feedback

i suggest that you try LDC instead. DMD isnt very stable on linux, etc. DMD also dont have support for 64bit.

link|improve this answer
DMD is quite stable in Linux. OS X I think it is doing better, but I don't use it there. – he_the_great Sep 17 '09 at 21:25
1  
Oh. I forgot to mention that I'm looking for D2 support. – ujh Sep 18 '09 at 10:09
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.