Posted by Joseph on 10/6/2004 2:33 AM | Comments (4)

I wrote a short article here showing some of the very interesting language features I found in Comega, a language created by Microsoft Research. If code like this (especially lines 18-22 and 26-27)

producing output like that shown below sounds interesting to you then you should have a look.

  

Update: Jayson has a nice overview of Cw (back when it was called Xen) here.

Comments

Omer van Kloeten
Omer van Kloeten on 10/6/2004 2:13 PM WTF? Where's the DB? What are you selecting from?! :O
Sahil Malik
Sahil Malik on 10/6/2004 2:23 PM Where will this be used? What is used for the CLR within Yukon?
JosephCooney
JosephCooney on 10/6/2004 5:24 PM Omer - The DB is a static object in the Northwind namespace (which was generated by a tool), and Comega connects to it using an item in the config file. The article goes into more detail.



Sahil - sadly this is only a research prototype (with no plans of turning it directly into a product). It has a similar "non-commercial" license to ROTOR etc. The C# team have made noises about including stuff like this in C# 3.0 which is exciting I think. Bye bye ado.net.
Jason Haley
Jason Haley on 10/30/2004 2:21 AM Findings this afternoon
Comments are closed