What do people here use as an IDE?

bearophile bearophileHUGS at lycos.com
Wed Oct 13 04:22:38 PDT 2010


Jimmy Cao:

> I agree with you very much here.  GUI libraries and IDE support are very low
> priority items for D.

Yet, here we have discussed few times features that help the creation of GUI toolkit (see as example the changes over C++ language done by QT).

----------------------

Paulo Pinto:

>if you want to invent some kind of high level assembler, the result will always resemble somehow to C.<

Where low-level performance is important, and at the same time you need quite safe code, a language like ATS is an option, and it doesn't look a lot like C:
http://en.wikipedia.org/wiki/ATS_%28programming_language%29

The ATS syntax looks very bad compared to C, but it's not bad if you keep into account how much you may use it to proof code. It's first of all a theorem proving language, that's often more efficient than C. It's for niche projects.

Bye,
bearophile


More information about the Digitalmars-d mailing list