Cw

Published 28 July 4 7:0 AM | girishb

Cw is a new language out of MS research. Compiler preview is available here. Documentation is available here. The point of having a new language:

1. control flow extension for asynchronous wide-area concurrency

2. data type extension for XML and table manipulation (Remember Xen)

Very cool. I look forward to working on this. Any language that can do this:

foreach (b in bs.book)
{
  yield return <result>
                {b.title}
                {b.author}
               </result>;
}

must be worth many looks. BTW: Check out this link for more on different things that this language can do.