Jacob Carlborg wrote:
If you want to create an application or library that uses a D front end, for example an IDE with refactoring and autocompletion, you are forced to write it in C++ and use the GPL license. BTW the DMD front end is probably not very good for this sort of things.
An easy (but admittedly incomplete) solution to this is to have dmd generate json output, which is easily imported by an IDE.
