The Artima Developer Community
Sponsored Link

Agile Buzz Forum
The Microsoft version of simplicity

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
James Robertson

Posts: 29924
Nickname: jarober61
Registered: Jun, 2003

David Buck, Smalltalker at large
The Microsoft version of simplicity Posted: Sep 16, 2005 5:30 AM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by James Robertson.
Original Post: The Microsoft version of simplicity
Feed Title: Cincom Smalltalk Blog - Smalltalk with Rants
Feed URL: http://www.cincomsmalltalk.com/rssBlog/rssBlogView.xml
Feed Description: James Robertson comments on Cincom Smalltalk, the Smalltalk development community, and IT trends and issues in general.
Latest Agile Buzz Posts
Latest Agile Buzz Posts by James Robertson
Latest Posts From Cincom Smalltalk Blog - Smalltalk with Rants

Advertisement

So everyone and his brother has been raving about the new LINQ stuff in C# and VB.NET - see here for a positive review. I'm sure that developers will use this stuff - and it does look like it could be useful. However, there's a basic approach problem with their solution. They added it by pushing in a bunch of new operators (how many does C# have now?) instead of adding in a library. Adding a library has a lower impact, and it's possible to extend - with a set of operators, you get what the vendor gives you, and that's it. Contrast that with the collection library in Smalltalk: there are four commonly used methods:

  • #select:
  • #detect:
  • #reject:
  • #collect:

Those are just methods in the class library though - once I figure out what they do, I can add my own domain specific analogs into the collection libraries, extending my own reach. With the "add a few dozen operators" approach, MS has just made every "learn C# in 21 days" book 50 pages longer.

Yeah, that's what the world needed. Overall, the mainstream continues do damage.

Read: The Microsoft version of simplicity

Topic: Lookout! Previous Topic   Next Topic Topic: Smalltalk in LA

Sponsored Links



Google
  Web Artima.com   

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