www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Commercial Development on the Mac

reply "TonyW" <talktotony email.com> writes:
Hi all,

Can anyone tell me whether there are any problems with using D to do
commercial proprietary application development on the Mac?

Thanks,

Tony
Mar 15 2005
parent =?ISO-8859-1?Q?Anders_F_Bj=F6rklund?= <afb algonet.se> writes:
TonyW wrote:

 Can anyone tell me whether there are any problems with using D to do
 commercial proprietary application development on the Mac?
Can't think of any, it's just the compiler that is under GNU GPL - the rest of libraries are released under various BSD-ish licenses... It's statically linked (i.e. libphobos.a) so no distribution problems. No runtime, no required libraries or frameworks, just plain binaries. Possibly the "Synesis Software Standard Source License" could be one ? Especially: (not sure what this passage means, for binary programs)
  *              (ii) Any derived versions of this software (howsoever modified)
  *              remain the sole property of Synesis Software.
But that only applies to a few optional modules in Phobos, like std.loader, std.windows.registry, std.recls... (i.e. Matthew's) So, no real "problems". A few missing system libraries, perhaps ? (as in: no D wrappers for all of the possible System Frameworks) If you don't want to give code back, I'm sure cash would be OK ? :-) --anders
Mar 15 2005