Its very useful to know why  things happen.

BTW looking at Roslyn a big driver is so that IDE tools ( snippets ,
re-factoring , context sensitive errors , debug ) use the same parsing and
access the "Syntax tree".

.NET apps use more and more set based LINQ and the older compilers would
not allow the inspection /evaluation of predicates and lambdas which was
very frustrating to a lot of developers.

Ben

On Wed, Sep 10, 2014 at 1:12 AM, Jonathan S. Shapiro <[email protected]>
wrote:

> On Fri, Sep 5, 2014 at 9:59 PM, Ben Kloosterman <[email protected]>
> wrote:
>
>> Interesting comment on this very issue and some of the benefits of 2
>> phase .
>>
>> http://compilers.iecc.com/comparch/article/94-10-101
>>
>
> Nice legacy reference!
>
_______________________________________________
bitc-dev mailing list
[email protected]
http://www.coyotos.org/mailman/listinfo/bitc-dev

Reply via email to