Explore
 Lists  Reviews  Images  Update feed
Categories
MoviesTV ShowsMusicBooksGamesDVDs/Blu-RayPeopleArt & DesignPlacesWeb TV & PodcastsToys & CollectiblesComic Book SeriesBeautyAnimals   View more categories »
Listal logo
Neal Gafter video

Advanced Topics In Programming Languages: Closures For Java

42 Views
0
vote
Avatar
Added by Guilherme
14 years ago on 13 November 2009 11:26

Google Tech Talks
January 17, 2007

ABSTRACT

We propose to add Closures to the Java Programming Language. Closures simplify the use of APIs that rely on anonymous class instances, such as the concurrency APIs and callbacks. More importantly, closures support control abstractions, which are APIs that act as programmer-defined control constructs. This talk describes the proposed language extension and its design rationale, and shows how it will affect existing and future APIs. Credits SpeakerNeal Gafter