The Artima Developer Community
Sponsored Link

Agile Buzz Forum
Promises in 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
Promises in Smalltalk Posted: Nov 26, 2008 11:25 PM
Reply to this message Reply

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

Gordon Weakliem describes the problem he was looking to solve in Python:

What I wanted was a parallelization of the effort in a way that was syntactically clean. Ideally, I'd issue a bunch of calls and then come back to collect and the results at some future point. This kind of thing is sometimes described as a future (or sometimes, a "promise").

In the post, he shows how he solved the problem. As it happens, I needed something like this in my blog server a long time ago, and stumbled on class Promise in the system. As it happens, if you Google "Smalltalk Promise", this screencast is the first result. It's a useful class to have in your pocket.

Technorati Tags: ,

Read: Promises in Smalltalk

Topic: Newspeak loses Funding Previous Topic   Next Topic Topic: Smalltalk Daily 11/25/08: Right Justified Toolbars

Sponsored Links



Google
  Web Artima.com   

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