Tuesday, January 24, 2017

Scala in a nutshell


           
  • Functional programming language.Functions are first-class objects. Compose them with guaranteed type safety. Use them anywhere, pass them to anything.
  • Built for scalability. Scala is an acronym for “Scalable Language”.
  • Scala runs on the JVM, so Java and Scala stacks can be freely mixed for totally seamless integration
  • Language which can be used with Apache spark
  • Don’t work for the type system. Let the type system work for you

No comments:

Post a Comment