| Author |
When will closures be present in Java language?
|
Rogerio Kioshi
Ranch Hand
Joined: Apr 12, 2005
Posts: 654
|
|
|
When?
|
SCEA 5 (part 1), SCBCD, SCWCD, SCJP, CLP, CLS
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56151
|
|
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?
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
Palak Mathur
Ranch Hand
Joined: Jan 29, 2007
Posts: 303
|
|
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?
|
Palak Mathur | My Blog | TechJaunt | What is JavaRanch? | List of All FAQs
|
 |
Rogerio Kioshi
Ranch Hand
Joined: Apr 12, 2005
Posts: 654
|
|
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
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56151
|
|
|
OK, I've adjusted the topic title accordingly.
|
 |
Raymond Tong
Ranch Hand
Joined: Aug 15, 2010
Posts: 156
|
|
Rogerio Kioshi wrote:
Actually it was closures what I meant to say, indeed. 
Target on Java 8.
|
 |
Palak Mathur
Ranch Hand
Joined: Jan 29, 2007
Posts: 303
|
|
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/
|
 |
 |
|
|
subject: When will closures be present in Java language?
|
|
|