The Road to Valhalla
cr.openjdk.java.net
The Road to Valhalla
1–10 of 82 posts
Re: The Road to Valhalla
#2Re: The Road to Valhalla
#3Re: The Road to Valhalla
#4FYI: Valhalla is the project code name for adding inline types (value types) and generic specialization to the Java language/platform.
Not being sarcastic.
Re: The Road to Valhalla
#5Re: The Road to Valhalla
#6Re: The Road to Valhalla
#7While undoubtedly useful, I feel like this will further the divide in programming models when dealing with primitive types vs objects in java.
Re: The Road to Valhalla
#8FYI: Valhalla is the project code name for adding inline types (value types) and generic specialization to the Java language/platform.
Re: The Road to Valhalla
#9FYI: Valhalla is the project code name for adding inline types (value types) and generic specialization to the Java language/platform.
I wonder why that name was chosen.
Re: The Road to Valhalla
#10While undoubtedly useful, I feel like this will further the divide in programming models when dealing with primitive types vs objects in java.
I think it might actually end up the other way around. For example, primitives are going to be able to have methods now. In the end, the numbers just aren't there for certain types of computations without them. And people have been complaining about them missing for years.