commercial application with D

2014-09-15 Thread Andrey via Digitalmars-d-learn

Can I develop commercial application with D programming language?


Re: commercial application with D

2014-09-15 Thread ketmar via Digitalmars-d-learn
On Mon, 15 Sep 2014 20:02:37 +
Andrey via Digitalmars-d-learn digitalmars-d-learn@puremagic.com
wrote:

 Can I develop commercial application with D programming language?
why not? but better ask your employer, maybe your work contract has
some restrictions.


signature.asc
Description: PGP signature


Re: commercial application with D

2014-09-15 Thread Justin Whear via Digitalmars-d-learn
On Mon, 15 Sep 2014 20:02:37 +, Andrey wrote:

 Can I develop commercial application with D programming language?

There isn't anything in licensing of DMD, GDC, LDC, or the standard 
library which would prevent you from using them to create commercial 
applications.


Re: commercial application with D

2014-09-15 Thread Ali Çehreli via Digitalmars-d-learn

On 09/15/2014 01:02 PM, Andrey wrote:

Can I develop commercial application with D programming language?


Here is a short list of companies that do that:

  http://wiki.dlang.org/Current_D_Use

Ali



Re: commercial application with D

2014-09-15 Thread John Colvin via Digitalmars-d-learn

On Monday, 15 September 2014 at 20:02:39 UTC, Andrey wrote:
Can I develop commercial application with D programming 
language?


Short answer: Yes, you can, you don't need to even think about it.

Long answer: Yes, as long as you conform to the Boost v1.0 
license, meaning that if you distribute any uncompiled source 
code from druntime or phobos then you must include the license 
notice with your software. Also, distributing the compiler itself 
requires a certain amount of legal care. However, neither of 
those are relevant to a normal application.


Re: commercial application with D

2014-09-15 Thread AsmMan via Digitalmars-d-learn

On Monday, 15 September 2014 at 20:45:38 UTC, Ali Çehreli wrote:

On 09/15/2014 01:02 PM, Andrey wrote:
Can I develop commercial application with D programming 
language?


Here is a short list of companies that do that:

  http://wiki.dlang.org/Current_D_Use

Ali


Good list.