Click here to Skip to main content
15,887,135 members

The Insider News

   

The Insider News is for breaking IT and Software development news. Post your news, your alerts and your inside scoops. This is an IT news-only forum - all off-topic, non-news posts will be removed. If you wish to ask a programming question please post it here.

Get The Daily Insider direct to your mailbox every day. Subscribe now!

 
NewsGetting peanut butter in chocolate, and vice versa Pin
Kent Sharkey8-Mar-13 10:25
staffKent Sharkey8-Mar-13 10:25 
NewsTesting for JavaScript Pin
Kent Sharkey8-Mar-13 5:02
staffKent Sharkey8-Mar-13 5:02 
NewsMicrosoft, the EU fine, and a browser ballot no one missed Pin
John Isaiah Carmona7-Mar-13 18:02
John Isaiah Carmona7-Mar-13 18:02 
GeneralRe: Microsoft, the EU fine, and a browser ballot no one missed Pin
Matthew Faithfull8-Mar-13 8:02
Matthew Faithfull8-Mar-13 8:02 
NewsAmazon Stops Selling SimCity Due to Server Connection Problems Pin
AspDotNetDev7-Mar-13 11:57
protectorAspDotNetDev7-Mar-13 11:57 
GeneralRe: Amazon Stops Selling SimCity Due to Server Connection Problems Pin
LloydA1117-Mar-13 12:18
LloydA1117-Mar-13 12:18 
GeneralRe: Amazon Stops Selling SimCity Due to Server Connection Problems Pin
AspDotNetDev8-Mar-13 5:51
protectorAspDotNetDev8-Mar-13 5:51 
NewsAsynchronous APIs for Dart Pin
Kent Sharkey7-Mar-13 11:34
staffKent Sharkey7-Mar-13 11:34 
Do people actually use Dart? (Google's other programming language[^])

If so, you might be interested to see their interpretation of async[^]. From the post:

Future (some future result):
XML
Future<bool> writeFile(String data,
                       File file) {
 return file.open(FileMode.WRITE)
   .then((io) => io.writeString(data))
   .then((io) => io.close())
   .then((io) => true)
   .catchError((error) => false);
}

--------------
TTFN - Kent

NewsSPA Questions (and Answers, and Tutorials...) Pin
Terrence Dorsey7-Mar-13 10:12
sitebuilderTerrence Dorsey7-Mar-13 10:12 
NewsHow To Make A RPG Pin
Terrence Dorsey7-Mar-13 10:12
sitebuilderTerrence Dorsey7-Mar-13 10:12 
GeneralRe: How To Make A RPG Pin
krumia7-Mar-13 16:30
krumia7-Mar-13 16:30 
GeneralRe: How To Make A RPG Pin
Vivi Chellappa7-Mar-13 17:01
professionalVivi Chellappa7-Mar-13 17:01 
NewsEmberJS Confuses Me Pin
Terrence Dorsey7-Mar-13 10:11
sitebuilderTerrence Dorsey7-Mar-13 10:11 
News4 Things Java Programmers Can Learn from Clojure (without learning Clojure) Pin
Terrence Dorsey7-Mar-13 10:11
sitebuilderTerrence Dorsey7-Mar-13 10:11 
NewsGotchas, Irritants and Warts in Go Web Development Pin
Terrence Dorsey7-Mar-13 10:10
sitebuilderTerrence Dorsey7-Mar-13 10:10 
NewsTracking down a memory leak in Ruby’s EventMachine Pin
Terrence Dorsey7-Mar-13 9:02
sitebuilderTerrence Dorsey7-Mar-13 9:02 
NewsPHP is the right tool for the job (for all the wrong reasons) Pin
Terrence Dorsey7-Mar-13 9:02
sitebuilderTerrence Dorsey7-Mar-13 9:02 
GeneralRe: PHP is the right tool for the job (for all the wrong reasons) Pin
Brisingr Aerowing7-Mar-13 11:00
professionalBrisingr Aerowing7-Mar-13 11:00 
NewsHappy Birthday, Objective-C! Pin
Terrence Dorsey7-Mar-13 9:01
sitebuilderTerrence Dorsey7-Mar-13 9:01 
NewsTruly Ergonomic Computer Keyboard Review: One Month with the TECK Pin
Terrence Dorsey7-Mar-13 9:01
sitebuilderTerrence Dorsey7-Mar-13 9:01 
GeneralRe: Truly Ergonomic Computer Keyboard Review: One Month with the TECK Pin
LloydA1117-Mar-13 9:14
LloydA1117-Mar-13 9:14 
NewsAs Intel knocks on ARM's door, what is the future of Windows RT? Pin
Terrence Dorsey7-Mar-13 9:00
sitebuilderTerrence Dorsey7-Mar-13 9:00 
NewsTwitter API v1 Retired / Creator Abandons Twitterizer Pin
AspDotNetDev6-Mar-13 19:59
protectorAspDotNetDev6-Mar-13 19:59 
NewsCourt rules Kim Dotcom can sue New Zealand spy agency Pin
John Isaiah Carmona6-Mar-13 17:44
John Isaiah Carmona6-Mar-13 17:44 
NewsSecurity Code Review Techniques: Cross-Site Scripting Edition Pin
Terrence Dorsey6-Mar-13 11:20
sitebuilderTerrence Dorsey6-Mar-13 11:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.