Jump to page: 1 2
Thread overview
Productions users
Jun 27, 2012
Andrea Fontana
Jun 27, 2012
Graham Fawcett
Jun 27, 2012
nazriel
Jun 27, 2012
Jonathan M Davis
Jun 27, 2012
nazriel
Jun 27, 2012
Tobias Pankrath
Jun 28, 2012
Andrea Fontana
Jun 28, 2012
Jonathan M Davis
Jul 01, 2012
SomeDude
Jun 28, 2012
Andrea Fontana
Jun 28, 2012
Jakob Bornecrantz
Jun 28, 2012
Graham Fawcett
Jun 30, 2012
Andrea Fontana
June 27, 2012
I think it would be useful to add on dlang.org a section to show how d is used in production. I can't find any page about it. It seems an accademic-only programming language!




June 27, 2012
On 27-06-2012 10:53, Andrea Fontana wrote:
> I think it would be useful to add on dlang.org a section to show how d
> is used in production. I can't find any page about it. It seems an
> accademic-only programming language!
>
>
>
>

Yes, a Users page of sorts would be a neat thing to have to highlight major projects written in D (and I think we should exclude libraries; it's more significant to show off actual apps).

-- 
Alex Rønne Petersen
alex@lycus.org
http://lycus.org
June 27, 2012
On Wednesday, 27 June 2012 at 12:17:57 UTC, Alex Rønne Petersen wrote:
> On 27-06-2012 10:53, Andrea Fontana wrote:
>> I think it would be useful to add on dlang.org a section to show how d
>> is used in production. I can't find any page about it. It seems an
>> accademic-only programming language!
>>
>>
>>
>>
>
> Yes, a Users page of sorts would be a neat thing to have to highlight major projects written in D (and I think we should exclude libraries; it's more significant to show off actual apps).

Maybe we could share projects here on the list, and someone (maybe the original poster) could gather them into a Wiki page?

Graham
June 27, 2012
On Wednesday, 27 June 2012 at 08:53:14 UTC, Andrea Fontana wrote:
> I think it would be useful to add on dlang.org a section to show how d is used in production. I can't find any page about it. It seems an accademic-only programming language!

What do you mean by production?
Open source project? Freeware applications?
Does commercial projects counts?
June 27, 2012
On Wednesday, June 27, 2012 23:00:58 nazriel wrote:
> On Wednesday, 27 June 2012 at 08:53:14 UTC, Andrea Fontana wrote:
> > I think it would be useful to add on dlang.org a section to show how d is used in production. I can't find any page about it. It seems an accademic-only programming language!
> 
> What do you mean by production?
> Open source project? Freeware applications?
> Does commercial projects counts?

I would have expected "in production" to _only_ mean commercial projects.

- Jonathan M Davis
June 27, 2012
On Wednesday, 27 June 2012 at 21:33:20 UTC, Jonathan M Davis wrote:
> On Wednesday, June 27, 2012 23:00:58 nazriel wrote:
>> On Wednesday, 27 June 2012 at 08:53:14 UTC, Andrea Fontana wrote:
>> > I think it would be useful to add on dlang.org a section to
>> > show how d is used in production. I can't find any page about
>> > it. It seems an accademic-only programming language!
>> 
>> What do you mean by production?
>> Open source project? Freeware applications?
>> Does commercial projects counts?
>
> I would have expected "in production" to _only_ mean commercial projects.
>
> - Jonathan M Davis

Hmm. Let me say it this way.

I've written a proxy server for services like Rapidshare, TurboBit (etc) in D as a paid job. (Running for example here: http://mydevil.net:2550/). Does it count as a commercial product?

Can I share works I've done in D, assuming that I am a freelancer?
Or it's more company-only topic ;)

Thanks :)

Best Regards,
Damian Ziemba
June 27, 2012
On Wednesday, 27 June 2012 at 21:33:20 UTC, Jonathan M Davis wrote:
> On Wednesday, June 27, 2012 23:00:58 nazriel wrote:
>> On Wednesday, 27 June 2012 at 08:53:14 UTC, Andrea Fontana wrote:
>> > I think it would be useful to add on dlang.org a section to
>> > show how d is used in production. I can't find any page about
>> > it. It seems an accademic-only programming language!
>> 
>> What do you mean by production?
>> Open source project? Freeware applications?
>> Does commercial projects counts?
>
> I would have expected "in production" to _only_ mean commercial projects.
>
> - Jonathan M Davis

I wouldn't. But that is probably a definition thing. If I'd written say Wikipedia in it, that would qualify as production use, too.

June 28, 2012
On 27-06-2012 23:31, Jonathan M Davis wrote:
> On Wednesday, June 27, 2012 23:00:58 nazriel wrote:
>> On Wednesday, 27 June 2012 at 08:53:14 UTC, Andrea Fontana wrote:
>>> I think it would be useful to add on dlang.org a section to
>>> show how d is used in production. I can't find any page about
>>> it. It seems an accademic-only programming language!
>>
>> What do you mean by production?
>> Open source project? Freeware applications?
>> Does commercial projects counts?
>
> I would have expected "in production" to _only_ mean commercial projects.
>
> - Jonathan M Davis
>

I think it would be a mistake to only highlight commercial users. As Tobias pointed out, there are many non-profit organizations running on open source software that are well-known.

-- 
Alex Rønne Petersen
alex@lycus.org
http://lycus.org


June 28, 2012
If you take a good project/library/service, on their homepage (not wiki) there's
 always a list of production projects (that means: "it's not currently in development but it's public and completed") that use it.

For example, mongodb. On its homepage there's a list of production users and a link named "more productions users" that point here: http://www.mongodb.org/display/DOCS/Production+Deployments

Check rails: http://rubyonrails.org/   it has "who is already on rails?" in homepage

Another one? http://hadoop.apache.org/  in homepage: "Who Uses Hadoop?"
Also amazon aws on its homepage has this section.

If I visit dlang.org i think: "Ok, nice language but it works in real world for real projects or it's just a toy language?"

My company uses D for a "natural language parser" i've written for our internal search engine (our users search - in italian - "restaurants in the province of Venice opened on Valentine's day" and my parser translates that phrase in a query)

On Wednesday, 27 June 2012 at 21:56:30 UTC, Tobias Pankrath wrote:
> On Wednesday, 27 June 2012 at 21:33:20 UTC, Jonathan M Davis wrote:
>> On Wednesday, June 27, 2012 23:00:58 nazriel wrote:
>>> On Wednesday, 27 June 2012 at 08:53:14 UTC, Andrea Fontana wrote:
>>> > I think it would be useful to add on dlang.org a section to
>>> > show how d is used in production. I can't find any page about
>>> > it. It seems an accademic-only programming language!
>>> 
>>> What do you mean by production?
>>> Open source project? Freeware applications?
>>> Does commercial projects counts?
>>
>> I would have expected "in production" to _only_ mean commercial projects.
>>
>> - Jonathan M Davis
>
> I wouldn't. But that is probably a definition thing. If I'd written say Wikipedia in it, that would qualify as production use, too.

June 28, 2012
In production it's just a way to say "completed, not still in pre-alpha/alpha/beta/testing phase". Usable. Working. Public :)

No difference between commercial, open source, free, etc ...

On Wednesday, 27 June 2012 at 21:33:20 UTC, Jonathan M Davis wrote:
> On Wednesday, June 27, 2012 23:00:58 nazriel wrote:
>> On Wednesday, 27 June 2012 at 08:53:14 UTC, Andrea Fontana wrote:
>> > I think it would be useful to add on dlang.org a section to
>> > show how d is used in production. I can't find any page about
>> > it. It seems an accademic-only programming language!
>> 
>> What do you mean by production?
>> Open source project? Freeware applications?
>> Does commercial projects counts?
>
> I would have expected "in production" to _only_ mean commercial projects.
>
> - Jonathan M Davis


« First   ‹ Prev
1 2