25 March 2013
Cover

Programming in Scala

Tackle Multi-Core Complexity on the Java Virtual Machine

By Venkat Subramaniam

Publisher: The Pragmatic Programmers, LLC.

Released: 2009-07-02

Pages: 250

Scala is an exciting, modern, multi-paradigm language for the JVM. You can use it to write traditional, imperative, object-oriented code. But you can also leverage its higher level of abstraction to take full advantage of modern, multicore systems. Programming Scala will show you how to use this powerful functional programming language to create highly scalable, highly concurrent applications on the Java Platform.

Scala is a hybrid Object-Oriented/Functional Programming language on the JVM. Using Scala, you can create traditional imperative programs, intermix them with Java code, and at the same time take advantage of higher levels of abstraction. You can use features that lead to concise, highly expressive code that remove the pain of dealing with concurrency.

Programming Scala will show you the fundamentals of functional programming using Scala. Very quickly, you’ll learn how this statically typed language can give you dynamic capabilities to create concise, scalable, highly capable concurrent code.

Pragmatic programmers always use the right tool for the job. For concurrent programming on the Java VM, Scala is the tool, and Programming Scala by award-winning author Venkat Subramaniam is your guide.

  • Introduction
  • Getting Started
  • Getting up to speed in Scala excerpt
  • Classes in Scala
  • Sensible Typing excerpt
  • Function Values and Closures
  • Traits and Type Conversions excerpt
  • Using Collections
  • Pattern Matching and Regular Expressions
  • Concurrent Programming
  • Intermixing with Java
  • Unit Testing With Scala
  • Exception Handling
  • Using Scala
  • Web Resources


blog comments powered by Disqus