The Artima Developer Community
Sponsored Link

Agile Buzz Forum
Extensibility in Languages

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
Extensibility in Languages Posted: May 14, 2004 7:03 AM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by James Robertson.
Original Post: Extensibility in Languages
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
Dr. Gregory V. Wilson wants more extensible programming languages, and points to Lisp as an example of one. The Planet Lisp crew picked up on that here. If you read the paper, you'll see that Wilson wants simplicity and extensibility. Well, another possible answer to that is Smalltalk - it's a very simple, very powerful language that lets you "extend the language" in very simple ways - take a look at the implementation of #select: in Collection, and then ponder the fact that you can add your own additions to class Collection as needed. None of these things are going to happen in C# or Java - they are both too rigid. VB has become rigid by forcing it onto the CLR. We need something better, but it's not going to come from the mainstream....

Read: Extensibility in Languages

Topic: Teaching and learning with games Previous Topic   Next Topic Topic: Information loss

Sponsored Links



Google
  Web Artima.com   

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