Thread overview
commercial application with D
Sep 15, 2014
Andrey
Sep 15, 2014
ketmar
Sep 15, 2014
Justin Whear
Sep 15, 2014
Ali Çehreli
Sep 15, 2014
AsmMan
Sep 15, 2014
John Colvin
September 15, 2014
Can I develop commercial application with D programming language?
September 15, 2014
On Mon, 15 Sep 2014 20:02:37 +0000
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.


September 15, 2014
On Mon, 15 Sep 2014 20:02:37 +0000, 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.
September 15, 2014
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

September 15, 2014
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.
September 15, 2014
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.