digitalmars.D - Q: commercial compiler manufacturer
- William Bolish (9/9) Jun 03 2011 Q: Will D likely ever be picked up by a major compiler manufacturer?
- Vladimir Panteleev (7/14) Jun 03 2011 Python, Ruby, Perl, PHP did not need corporate backing in order to becom...
- Caligo (8/23) Jun 04 2011 r
- Jesse Phillips (2/15) Jun 03 2011 I'm not really sure what would fall under "major compiler manufacturer."...
- Brad Roberts (12/25) Jun 03 2011 It's something of a catch-22. Before the big name vendors will even con...
- Nick Sabalausky (4/14) Jun 03 2011 A large corporation put out Visual SourceSafe. Smaller garage devs put o...
- Daniel Gibson (17/26) Jun 04 2011 AFAIK there are plans to integrate GDC (the GCC based D compiler) into
- Caligo (10/42) Jun 04 2011 r
- Andrei Alexandrescu (10/19) Jun 04 2011 Brad gave a sensible response. If I were asked, I'd point out that we
- Trass3r (4/12) Jun 04 2011 Yep, big companies are just too rigid and blinkered. At Mercedes they
- Daniel Gibson (6/22) Jun 04 2011 Two? I only know of that company in Berlin that does something related
- Trass3r (1/4) Jun 04 2011 To my knowledge http://www.funkwerk-itk.com/
- Daniel Gibson (2/7) Jun 04 2011 Interesting, thanks! :-)
Q: Will D likely ever be picked up by a major compiler manufacturer? The language looks really good, but without a major compiler manufacturer promoting & supporting the language, it seems major projects will never be undertaken by large corporations. This is what I am hearing from the firm I am contracting with (an energy industry supplier). Any suggestions from anyone about any very large projects underway would be appreciated. Walter and Andrei: how would you approach / answer this to a client?
Jun 03 2011
On Sat, 04 Jun 2011 07:01:31 +0300, William Bolish <wwbolish gmail.com> wrote:Q: Will D likely ever be picked up by a major compiler manufacturer? The language looks really good, but without a major compiler manufacturer promoting & supporting the language, it seems major projects will never be undertaken by large corporations. This is what I am hearing from the firm I am contracting with (an energy industry supplier).Python, Ruby, Perl, PHP did not need corporate backing in order to become popular, AFAIK. -- Best regards, Vladimir mailto:vladimir thecybershadow.net
Jun 03 2011
On Fri, Jun 3, 2011 at 11:08 PM, Vladimir Panteleev <vladimir thecybershadow.net> wrote:On Sat, 04 Jun 2011 07:01:31 +0300, William Bolish <wwbolish gmail.com> wrote:rQ: Will D likely ever be picked up by a major compiler manufacturer? The language looks really good, but without a major compiler manufacture=bepromoting & supporting the language, it seems major projects will never =:vladimir thecybershadow.netundertaken by large corporations. This is what I am hearing from the firm I am contracting with (an energy industry supplier).Python, Ruby, Perl, PHP did not need corporate backing in order to become popular, AFAIK. -- Best regards, =A0Vladimir =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0mailto=They probably didn't, but it would have helped if there was a team of paid developers working on them full-time. We're not in a resource-based economy yet, you know.
Jun 04 2011
William Bolish Wrote:Q: Will D likely ever be picked up by a major compiler manufacturer? The language looks really good, but without a major compiler manufacturer promoting & supporting the language, it seems major projects will never be undertaken by large corporations. This is what I am hearing from the firm I am contracting with (an energy industry supplier). Any suggestions from anyone about any very large projects underway would be appreciated. Walter and Andrei: how would you approach / answer this to a client?I'm not really sure what would fall under "major compiler manufacturer." Google? Microsoft? Sun? Oracle? Borland? DigitalMars is a compiler manufacturer, or at least their product is compilers. Walter developed the Zortec C++ compiler and has continues to maintain it. And the vague information I see, his clients seem to be very pleased with his work.
Jun 03 2011
On 6/3/2011 9:01 PM, William Bolish wrote:Q: Will D likely ever be picked up by a major compiler manufacturer? The language looks really good, but without a major compiler manufacturer promoting & supporting the language, it seems major projects will never be undertaken by large corporations. This is what I am hearing from the firm I am contracting with (an energy industry supplier). Any suggestions from anyone about any very large projects underway would be appreciated. Walter and Andrei: how would you approach / answer this to a client?It's something of a catch-22. Before the big name vendors will even consider adding a d frontend to their compilers, they'll need to have significant customer bases asking for it. For there to be significant customer bases asking their vendors, there needs to be big customer base in the first place. For there to be a big customer base, it needs either some luck and faith of early adopters, such as ourselves, growing steadily until some inflection point where usage explodes, or the faith of a major company (or three) to be one of those early adopters. Like any new company, product, language, anything.. to become successful is some amount of luck, some amount of hard work, some amount of timing, some amount of being a superior product, and a whole lotta other variables. The user base of D has grown considerably over the years. It seems to be accelerating too. D2 is growing more stable, though it still has a ways to go (on many fronts, not just the compiler(s)). My 2 cents, Brad
Jun 03 2011
"William Bolish" <wwbolish gmail.com> wrote in message news:iscamr$1s3l$1 digitalmars.com...Q: Will D likely ever be picked up by a major compiler manufacturer? The language looks really good, but without a major compiler manufacturer promoting & supporting the language, it seems major projects will never be undertaken by large corporations. This is what I am hearing from the firm I am contracting with (an energy industry supplier). Any suggestions from anyone about any very large projects underway would be appreciated. Walter and Andrei: how would you approach / answer this to a client?A large corporation put out Visual SourceSafe. Smaller garage devs put out Subversion, Mercurial, etc. 'Nuff said.
Jun 03 2011
Am 04.06.2011 06:01, schrieb William Bolish:Q: Will D likely ever be picked up by a major compiler manufacturer? The language looks really good, but without a major compiler manufacturer promoting& supporting the language, it seems major projects will never be undertaken by large corporations. This is what I am hearing from the firm I am contracting with (an energy industry supplier). Any suggestions from anyone about any very large projects underway would be appreciated. Walter and Andrei: how would you approach / answer this to a client?AFAIK there are plans to integrate GDC (the GCC based D compiler) into the official GCC. Once that happens the compiler manufacturer with the biggest user base (GCC) supports D. I don't really think that commercial compiler manufacturers still matter that much, besides special embedded platforms and stuff. Sure, Microsofts Visual Studio is still big and some people even buy Intels ICC, but for C/C++ GCC is pretty widely used. Most other languages (Java, Python, Perl, PHP (ok, not really a programming language), Delphi, ...) are not supported by traditional compiler vendors (exception: That vendor invented the language himself, like Walter/Digitalmars invented D). You usually have one compiler from the developers of the language and some other compilers that aren't used too much (like Jython) that are not from big companys either. Cheers, - Daniel
Jun 04 2011
On Sat, Jun 4, 2011 at 3:10 AM, Daniel Gibson <metalcaedes gmail.com> wrote= :Am 04.06.2011 06:01, schrieb William Bolish:rQ: Will D likely ever be picked up by a major compiler manufacturer? The language looks really good, but without a major compiler manufacture=r bepromoting& =A0supporting the language, it seems major projects will neve=eundertaken by large corporations. This is what I am hearing from the firm I am contracting with (an energy industry supplier). Any suggestions from anyone about any very large projects underway would be appreciated. Walter and Andrei: how would you approach / answer this to a client?AFAIK there are plans to integrate GDC (the GCC based D compiler) into th=official GCC. Once that happens the compiler manufacturer with the biggest user base (G=CC)supports D. I don't really think that commercial compiler manufacturers still matter that much, besides special embedded platforms and stuff. Sure, Microsofts Visual Studio is still big and some people even buy Inte=lsICC, but for C/C++ GCC is pretty widely used. Most other languages (Java, Python, Perl, PHP (ok, not really a programmi=nglanguage), Delphi, ...) are not supported by traditional compiler vendors (exception: That vendor invented the language himself, like Walter/Digitalmars invented D). You usually have one compiler from the developers of the language and some other compilers that aren't used too much (like Jython) that are not from big companys either. Cheers, - DanielGDC becoming part of GCC is very important, and I really hope we see it happen in 4.7.
Jun 04 2011
On 06/03/2011 11:01 PM, William Bolish wrote:Q: Will D likely ever be picked up by a major compiler manufacturer? The language looks really good, but without a major compiler manufacturer promoting& supporting the language, it seems major projects will never be undertaken by large corporations. This is what I am hearing from the firm I am contracting with (an energy industry supplier). Any suggestions from anyone about any very large projects underway would be appreciated. Walter and Andrei: how would you approach / answer this to a client?Brad gave a sensible response. If I were asked, I'd point out that we are making serious headways with the GNU compiler suite integration; I hope we'll have some news soon about that. Beyond that, a company looking for a safe bet would find it difficult to choose D at this point. The first large adopter of D would have to be an organisation willing to take some risk and bear the brunt of building some infrastructure, to get the strategic advantages of using a superior language in return. Andrei
Jun 04 2011
Brad gave a sensible response. If I were asked, I'd point out that we are making serious headways with the GNU compiler suite integration; I hope we'll have some news soon about that.Looking forward to that!Beyond that, a company looking for a safe bet would find it difficult to choose D at this point. The first large adopter of D would have to be an organisation willing to take some risk and bear the brunt of building some infrastructure, to get the strategic advantages of using a superior language in return.Yep, big companies are just too rigid and blinkered. At Mercedes they didn't even know Lua, let alone D. But I am aware of two smaller German companies who use D(1) in production.
Jun 04 2011
Am 04.06.2011 21:33, schrieb Trass3r:Two? I only know of that company in Berlin that does something related to stalking people on the Internet to deliver personalized ads or something like that. What's the other one? Cheers, - DanielBrad gave a sensible response. If I were asked, I'd point out that we are making serious headways with the GNU compiler suite integration; I hope we'll have some news soon about that.Looking forward to that!Beyond that, a company looking for a safe bet would find it difficult to choose D at this point. The first large adopter of D would have to be an organisation willing to take some risk and bear the brunt of building some infrastructure, to get the strategic advantages of using a superior language in return.Yep, big companies are just too rigid and blinkered. At Mercedes they didn't even know Lua, let alone D. But I am aware of two smaller German companies who use D(1) in production.
Jun 04 2011
Two? I only know of that company in Berlin that does something related to stalking people on the Internet to deliver personalized ads or something like that. What's the other one?To my knowledge http://www.funkwerk-itk.com/
Jun 04 2011
Am 04.06.2011 21:50, schrieb Trass3r:Interesting, thanks! :-)Two? I only know of that company in Berlin that does something related to stalking people on the Internet to deliver personalized ads or something like that. What's the other one?To my knowledge http://www.funkwerk-itk.com/
Jun 04 2011