The Artima Developer Community
Sponsored Link

Java Buzz Forum
Cω (Comega) Programming Introduction

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
dion

Posts: 5028
Nickname: dion
Registered: Feb, 2003

Dion Almaer is the Editor-in-Chief for TheServerSide.com, and is an enterprise Java evangelist
Cω (Comega) Programming Introduction Posted: Jan 26, 2005 6:29 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by dion.
Original Post: Cω (Comega) Programming Introduction
Feed Title: techno.blog(Dion)
Feed URL: http://feeds.feedburner.com/dion
Feed Description: blogging about life the universe and everything tech
Latest Java Buzz Posts
Latest Java Buzz Posts by dion
Latest Posts From techno.blog(Dion)

Advertisement
Dare has published a nice introduction to the Microsoft language Cω. The most interesting parts of Cω are the extensions which give you native XML support, and SQL builtins. One really interesting thing to see was: public void PrintTrilogyTitles(){ LoTR().{Console.WriteLine(it)}; } This looks really Groovy too (blockish, 'it', etc... kinda like LoTR().each { }). It is also interesting to see SQL as a first class citizen: rows = select ContactName, Phone from DB.Customers; foreach( row in rows ) { Console.WriteLine("{0}", row.ContactName); } It will be very interesting to see how much of this gets put into C# 3.0, since Anders has expressed interest in these issues in the past. Maybe Java 6 will have some of it too? :)

Read: Cω (Comega) Programming Introduction

Topic: The register on google’s rel="nofollow” Previous Topic   Next Topic Topic: Google: Preventing comment spam

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use