Monday, February 2, 2015

Scala - Scalable Language

Expression Oriented Coding

Concise and Expressive
  • Scala will cut down your written code up to 60%.
  • Most of the design patters are build into  the language. This will allow you to focus on the problem itself. 
Java Interoperability
  • Scala compile into Java bite code
Reactive
  • Scalable
  • Resilient
  • Responsive
  • Event Driven
The Reactive Manifesto

No comments:

Post a Comment