Explicitly marked empty files content as "TBD"

This commit is contained in:
Bernhard Behrendt
2018-05-02 09:05:41 +02:00
parent c65a000166
commit 2032e0dfe7
20 changed files with 37 additions and 54 deletions

View File

@@ -3,12 +3,4 @@ title: "Scala Lang"
ring: trial
quadrant: languages-and-frameworks
---
Besides Java, Scala is the most mature language on the Java Virtual Machine. Its unique blend of object-oriented and functional language features and rich type system with advanced type inference enables one to write concise code.
It is fully interoperable with Java but has a big ecosystem of tools and frameworks on its own.
Scala provides one of the best high-level concurrency- and async features on the language level as well as on the framework level, making it the default choice of twitter and the like.
At AOE, we already use Scala in various projects to create scalable backend systems (Play, Akka) or for batch processing (Spark).
---