Community-Programming-Book
Community-Programming-Book copied to clipboard
Scala part
Part about Scala.
Shouldn't we complete Java/JVM part first?
Well, yes, but Java isn't my part here.
Scala is running on JVM, why wouldn't you do these two? Starting off with JVM will save a lot of time, because many edits will be necessary to make these two compatible with each other.
I mean - we should leave JVM-specific things in Java/JVM so we don't repeat ourselves while writing Scala chapter, and leave other JVM language things to Scala/Groovy/... while writing JVM chapter.