• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

When will closures be present in Java language?

 
Ranch Hand
Posts: 701
2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When?
 
Sheriff
Posts: 67747
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Clojure is a language. What do mean when will it be present in Java? It's like asking when C++ will be present in Java. Makes no sense.

Or are you asking when the concept of closures will be added to Java?
 
Ranch Hand
Posts: 343
Mac OS X Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Bear Bibeault wrote:Clojure is a language. What do mean when will it be present in Java? It's like asking when C++ will be present in Java. Makes no sense.

Or are you asking when the concept of closures will be added to Java?



I think what is meant is the latter question. Am I right Rogerio?
 
Rogerio Kioshi
Ranch Hand
Posts: 701
2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Palak Mathur wrote:

Bear Bibeault wrote:Clojure is a language. What do mean when will it be present in Java? It's like asking when C++ will be present in Java. Makes no sense.

Or are you asking when the concept of closures will be added to Java?



I think what is meant is the latter question. Am I right Rogerio?



Actually it was closures what I meant to say, indeed.
 
Bear Bibeault
Sheriff
Posts: 67747
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
OK, I've adjusted the topic title accordingly.
 
Ranch Hand
Posts: 258
2
IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Rogerio Kioshi wrote:
Actually it was closures what I meant to say, indeed.


Target on Java 8.
 
Palak Mathur
Ranch Hand
Posts: 343
Mac OS X Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Rogerio Kioshi wrote:

Palak Mathur wrote:

Bear Bibeault wrote:Clojure is a language. What do mean when will it be present in Java? It's like asking when C++ will be present in Java. Makes no sense.

Or are you asking when the concept of closures will be added to Java?



I think what is meant is the latter question. Am I right Rogerio?



Actually it was closures what I meant to say, indeed.



Yes, it is going to be part of Java 8. See this: http://openjdk.java.net/projects/lambda/
reply
    Bookmark Topic Watch Topic
  • New Topic