Foreach Closures?

Jacob Carlborg doob at me.com
Fri Apr 13 07:44:17 PDT 2012


On 2012-04-13 11:28, James Miller wrote:

> I think he means that while there isn't a suitable "CaaL", there are
> working compilers that can be improved to supply enough information to
> atleast start on IDE integration, even if it isn't as robust or
> efficient as an actual library.
>
>> From what I can tell, LDC would probably be the best for the kind of
> code analysis an IDE would need, since it is has an LLVM backend. SDC
> would be good too, but SDC is probably the best one to try to move
> towards adding this functionality.
>
> --
> James Miller

I don't know if it would be much difference between LDC, GDC and DMD 
since they all use the same frontend. And it's the frontend that is the 
most important part, not the backend.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list