The Artima Developer Community
Sponsored Link

Agile Buzz Forum
Industry Misinterpretations 143: Bracing Smalltalk

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
Industry Misinterpretations 143: Bracing Smalltalk Posted: Jul 5, 2009 9:37 AM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by James Robertson.
Original Post: Industry Misinterpretations 143: Bracing Smalltalk
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

On today's podcast we covered two topics:

  • The new Timer/Delay work that's going into the next release (affecting both VisualWorks and ObjectStudio)
  • The Brace Constructor discussion in the vwnc mailing list that took place recently.

The motivation for the Timer work was simple: changing the wall clock time in Smalltalk could impact running Delays. That's bad enough when you change the clock manually, but it can be catastrophic in some circumstances (process control comes to mind), where you have the system clock being updated regularly by an NTP service.

The second topic has to do with this add on syntax that has been imported from Squeak (but not integrated with any of the tools) in a goodie:

This:


{ statement1, statement2, statement3 ... }

Can be used instead of:


Array
	with: statement1
	with: statement2
	...

Recognizing that the #with: pattern only goes up to four. In any event, we discussed how useful (or not) the Brace syntax is - we'd be happy to get your take on that as well.

To listen now, click here

If you have feedback, send it to smalltalkpodcasts@cincom.com - or visit us on Facebook or Ning - you can vote for the Podcast Alley, and subscribe on iTunes. If you enjoy the podcast, pass the word - we would love to have more people hear about Smalltalk!

Technorati Tags: , , , ,

Read: Industry Misinterpretations 143: Bracing Smalltalk

Topic: Smalltalk Daily 7/2/09: Finding Things in Web Velocity Previous Topic   Next Topic Topic: Unto the Breach We Go

Sponsored Links



Google
  Web Artima.com   

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