Is the D community lacking development tools?

shd alienballance at gmail.com
Tue May 22 09:22:43 PDT 2012


>> On Tuesday, 22 May 2012 at 10:59:04 UTC, Jacob Carlborg wrote:
> * do you think such project is worth the effort?
>
> Yes
>
> * do you feel that D ecosystem lacks tool support?
>
> Yes
>
> * Does this prevent many from using D?
>
> Probably, not me though
>
> * which tools are needed most? Which may be needed, but are not a high
> priority for you?
>
> This is quite hard, that is, how to prioritize. This is my list, in no
> particular order:
>
> * IDE
> * Compiler (usable as a library)
> * Build tool
> * Testing framework
> * GUI library
> * Tool for automatically create bindings for C/C++/Objective-C
> * ABI compatible with Objective-C, i.e. extern(Objective-C)
> * Package manager
> * Support for iOS

I agree in almost everything what Jacob said.
I would say, that binding generator improvement is even higher than
testing framework though.

Tools are good, but making compiler and library more reliable is crucial thing.

Still, some kind of library which would share (AST or i don't know how
to name that) implementation with compilers front-end is just after
that.
I'm not really sure if that's what you mean (since you mentioned more
high-level features), but without separating some code out from
compiler, different IDEs will rewrite the same code again and again.
And i guess we all agree that single IDE wont satisfy needs of
everyone (of course  there is more uses of library like that than only
IDEs)


More information about the Digitalmars-d mailing list