I am a Java developer and I want to know how I can use Scala in my Java programs?
|
|
Go read Daniel Spiewak's excellent blog series about Scala. With Scala you can keep:
But you can write Scala code:
|
||
|
|
|
|
I am not sure you can easily use Scala in your Java programs, as in "call a Scala class from a Java class". You can try, following the article "Mixing Java and Scala".
The opposite is possible, of course, as described in Roundup: Scala for Java Refugees, from Daniel Spiewak. |
||
|
|
|
|
Also, take a look at this recent news item post on Scala's site: "Research: Programming Style and Productivity".
And another key quote from the news item:
You an read the rest of the post and other linked items there. |
||
|
|
|
|
|
||||||||||
|
