Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

DMD 2 on Snow Leopard

Tags:

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.

like image 796
ujh Avatar asked Sep 08 '09 13:09

ujh


2 Answers

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.

like image 166
Tim Matthews Avatar answered Oct 11 '22 19:10

Tim Matthews


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.

like image 24
Tim Keating Avatar answered Oct 11 '22 20:10

Tim Keating