| Author |
Convert Scala to Java
|
Yohan Weerasinghe
Ranch Hand
Joined: Oct 07, 2010
Posts: 484
|
|
Hell all,
I need to convert scala to Java. In other words, I need to convert Scala based JavaCV examples to Java. I really don't want to learn scala. Can anyone suggest me a way? A tool, site, addon or whatever. Please help.
|
Are you better than me? Then please show me my mistakes..
|
 |
Ivan Jozsef Balazs
Ranch Hand
Joined: May 22, 2012
Posts: 380
|
|
http://en.wikipedia.org/wiki/Scala_%28programming_language%29
Scala's operational characteristics are the same as Java's. The Scala compiler generates byte code that is nearly identical to that generated by the Java compiler. In fact, Scala code can be decompiled to readable Java code, with the exception of certain constructor operations. To the JVM, Scala code and Java code are indistinguishable.
|
 |
 |
|
|
subject: Convert Scala to Java
|
|
|