The Artima Developer Community
Sponsored Link

Agile Buzz Forum
Stunted imaginations

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
Stunted imaginations Posted: Oct 8, 2004 2:46 PM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by James Robertson.
Original Post: Stunted imaginations
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

A reader pointed me to this post by Jon Udell in InfoWorld. He suggests a native data type for XML in the JVM and the CLR:

Whenever I see the emergence of per-programming-language variations on a theme, I wonder what can be abstracted. In this case, I wonder about the feasibility -- and the desirability -- of pushing the notion of a native XML datatype down into the JVM and CLR/Mono. In theory, the benefits would be:

  • A single robust implementation
  • Smoother transfer of experience across programming-language domains
  • A common focus for storage implementations

This is the clear trend that the static languages (the popular ones) seem to take - whenever an idea pops up, lard some additional complexity onto the language. This is in fairly stark contrast to the Smalltalk way - we had libraries, not complexity. Why is that better? Well, say someone goes ahead and follows Jon's suggestion. Now developers are forever wedged into whatever notions that developer had (think primitive data types, for instance). In a properly constructed library (i.e., one without any final classes), follow-on developers can customize behavior to suit the needs of their projects. With this kind of hard baking-in, developers instead end up working around limitations forever

Read: Stunted imaginations

Topic: Why Smalltalk hasn't taken over Previous Topic   Next Topic Topic: Plugin Fix

Sponsored Links



Google
  Web Artima.com   

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