Language divergence?
luke_church
Registered Users Posts: 507 Major grins
I think C# and Java may have just diverged....
http://msdn.microsoft.com/vcsharp/future/
Specification: http://download.microsoft.com/download/9/5/0/9503e33e-fde6-4aed-b5d0-ffe749822f1b/csharp%203.0%20specification.doc
I went to a lecture by Erik Muijer a couple of years ago, where he mentioned that his life had become less pure since working on C# and he was loosing his functional roots.
Perhaps I should have taken him a little more seriously :
Type inference, Lambda expressions and an inbuit query language...
Looks like a fun time ahead, if nothing else...
Luke
(OK, /Geek : )
http://msdn.microsoft.com/vcsharp/future/
Specification: http://download.microsoft.com/download/9/5/0/9503e33e-fde6-4aed-b5d0-ffe749822f1b/csharp%203.0%20specification.doc
I went to a lecture by Erik Muijer a couple of years ago, where he mentioned that his life had become less pure since working on C# and he was loosing his functional roots.
Perhaps I should have taken him a little more seriously :
Type inference, Lambda expressions and an inbuit query language...
Looks like a fun time ahead, if nothing else...
Luke
(OK, /Geek : )
0
Comments
Or maybe even only most simplistic sort-of AOP to do assertments on arguments and such things would also be really great. Or some special attribute descendant compilation attributes limited to arguments, return values, properties and methods to add functionality for method calls and such. In short some deisgn-by-contract support or so... *sigh*
looks very impressive.. Very curios to see how this thing will grow...