Atom Atom feed

Search results

"tag:closures"


Title and summary Date/time
1
Friday C# Quiz: Know Your Closures
Although I've vowed not to post about closures anymore, I can't help but post one more quiz. I know Friday is mostly over for many of my readers, but there are still a few time zones left. Without downloading Microsoft Visual C# 2008 Express Edition ...
May 2, 2008
2
Friday C Quiz: Know Your Closures
You know what? This closure thing has gotten into my head. I know it's pointless and useless to think and talk about it all the time, but I can't help it. Well, my loss is your gain. And today's Friday quiz will take you all the way back to C. Yes...
Apr 4, 2008
3
Closures Comes To C++0x
Hurb Sutter: For me, easily the biggest news of the meeting was that we voted lambda functions and closures into C++0x. I think this will make STL algorithms an order of magnitude more usable, and it will be a great boon to concurrent code where it's ...
Mar 30, 2008
4
Here Comes The Cute Logo ...
... for Java closures: According to my cute logo theory, which I put forth 1590 days ago, Me: In the software world, things that have a cute logo, be it an operating system, an application, a programming language, or a middleware product, win. ...
Mar 6, 2008
5
Comment On Alex Winston's Blog
It looks like java.net doesn't like me any more. I'm not allowed to post a comment to Alex Winston's blog: Alex Winston's Blog Comment Submission Error Your comment submission failed for the following reasons: You are not allowed to post comments...
Feb 28, 2008
6
It Looks Like I'm Not Alone
It looks like I'm not alone in wanting the Java closures syntax to be more Java methods like. Pointer Syntax for Java Closures (WarpedJavaGuy) int y = 6; boolean* (int) a = (int x) {x = y}; boolean c = a.invoke(3) && b.invoke(7); Closure Syntax ...
Feb 27, 2008
7
Dreaming Up Syntax For Function Types For BGGA Closures
Stephen Colebourne: Function types, or method types as FCM refers to them, are one of the most controversial features of closures. Is there an alternative that provides 80% of the power but in the style of Java? Stephen went on to derive an alternat...
Feb 21, 2008
8
Friday Java Quiz: Know Your Closures
The closures are coming! The closures are coming!! The closures are coming!!! And don't let your baby cry out loud. To celebrate Java's entry into the closures era, today's Java quiz is about closures, specifically the BGGA closures. Will the follow...
Feb 1, 2008