News

This introduction to Scala programming will introduce you to a new way to program one the JVM. Scala rides atop the Java virtual machine. In compiles into Java bytecode. It can be packaged in Jar ...
Scala is designed to allow the functional programming style. But what does Scala functional programming actually mean? Let’s start with the fact that functional programs are immutable.
Scala combines the object-oriented and functional programming paradigms, using a concise syntax that is fully compatible with Java and runs on the JVM. This article provides an introduction to Scala.
Steven Reynolds (a "software developer and manager" who works at INT ) presented "A Brief Introduction to Scala" at JavaOne 2010 .
Scala is a relatively new programming language designed to run atop virtual machines like those used with Java or C#. It is a mixture of many ideas including those tailored for object oriented and ...
Scala has received significant positive press in recent years. The main Scala page describes Scala as "a concise, elegant, type-safe programming language that integrates object-oriented and ...
Paul Chiusano and Rúnar Bjarnason's Functional Programming in Scala "is not a book about Scala," say the authors, rather it is a principled introduction to functional programming that relies on ...
For more, take a look at Programming in Scala by the language’s designer, Martin Odersky. See ED Online 18173 at www.electronicdesign.com for my review of the book.