This thread caught my attention. As an outsider to D (tried it for some time, but went back to C++/Java anyway), I'd argue IDE can be a huge asset when it comes to promoting a language. Take a look at DevCpp, it is considered one of the worst IDEs around because of lack of updates, but the mere fact that it comes packaged with a compiler (old one) and click-to-build capability makes it very popular even if people are aware of it's drawbacks. Visual C++ also comes packaged with a compiler and it's dumb easy to create a new project and compile&run it. Yes, an experienced programmer is used to configuring his compiler, setting all the paths, even writing his own makefiles, but if you are to bring new people to D, I'd say a packaged IDE + compiler working out-of-box would be a great feature.
- Re: Pretty please: Named arguments Nick Sabalausky
- Re: Pretty please: Named arguments Nick Sabalausky
- Re: Pretty please: Named arguments Steven Wawryk
- Re: Pretty please: Named arguments Jonathan M Davis
- Re: Pretty please: Named arguments Steven Wawryk
- Re: Pretty please: Named arguments Jacob Carlborg
- Re: Pretty please: Named arguments Jonathan M Davis
- Re: Tooling [ was Re: Pretty please: Named a... Russel Winder
- Re: Tooling [ was Re: Pretty please: Named a... Jacek Nowak
- Re: Pretty please: Named arguments spir
- Re: Pretty please: Named arguments Lars T. Kyllingstad
- Re: Pretty please: Named arguments Bekenn
- Re: Pretty please: Named arguments Andrej Mitrovic
- Re: Pretty please: Named arguments Bekenn
- Re: Pretty please: Named arguments Jonathan M Davis
- Re: Pretty please: Named arguments Jim
- Re: Pretty please: Named arguments Don
- Re: Pretty please: Named arguments Jason E. Aten
- Re: Pretty please: Named arguments Steven Schveighoffer