On 3/5/10 11:24, Walter Bright wrote:
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.
Yes, that's the problem, it will be incomplete. I might be good as a
first solution to get things going but not in the long run. You'll
always end up with things you can't do and you feel you're limited by
things you can do.