Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
2answers
504 views

Closures in Java - syntax differences between the three major proposals?

Three major proposals for adding closures to the Java language has been presented: BGGA (Bracha Gafter Gosling Ahé) also known as "full closures", by Gilad Bracha, Neal Gafter, James Gosling and ...
4
votes
2answers
399 views

BGGA closures as a bolt-on solution to java?

Yesterday @headius / Charles Nutter came up with a very interesting idea on twitter: @danny_l Gafter made the same mistake; I don't mean a forked Java any more than Groovy is a fork. I want a "mostly ...
2
votes
2answers
227 views

How do I use BGGA closures prototype on standard Mac JDK6?

I am trying to use the BGGA closures prototype with an existing JDK 6 (standard on Mac OS X Leopard). The sample code I'm compiling is from a BGGA tutorial: public static void main(String[] args) { ...
0
votes
1answer
67 views

Anyone using bgga (or other) closures working in their Android project?

I miss the closure pattern - anyone have a running example of them on Android?