12 items | 2 visits
Scala programming language related stuff.
Updated on Sep 09, 10
Created on Dec 19, 09
Category: Computers & Internet
URL:
Scala is a general purpose programming language designed to express common programming patterns in a concise, elegant, and type-safe way. It smoothly integrates features of object-oriented and functional languages, enabling Java and other programmers to be more productive. Code sizes are typically reduced by a factor of two to three when compared to an equivalent Java application.
You can found found some publications about scala actors, join patterns, etc.
Some publications about scala programming language (and other themes) by Martin Odersky (scala founder).
Akka is the platform for the next generation event-driven, scalable and fault-tolerant architectures on the JVM
Small introduction to scala compound types by Stephan Schmidt.
The game consists of a 2D grid in which several types of objects are found, including detectors and mirrors. The goal is to light up all the detectors using emitted or reflected rays of light. Usually, you can move and rotate the mirrors but not the detectors. In each level, the choice of available objects is limited. Note that there may be more than one solution for each level.
As well as being a great introduction to Scala, "The Feel of Scala" talk by Bill Venners also gives a good insight into the design choices that underpin improved development productivity. He explains how developers can progressively take advantage of functional programming techniques while retaining the advantages of experience gained in Java style object oriented development. Bill also helps you compare and understand the different benefits of Scala, a statically typed language, with dynamic ones such as Python and Ruby.
Scala Days is the premier event for Scala enthusiasts, researchers, and practitioners.
ENSIME is an intelligent Scala environment for Emacs. It provides many features that are commonly found only in IDEs, such as live error-checking, symbol inspection, package/type browsing, and basic refactorings.
12 items | 2 visits
Scala programming language related stuff.
Updated on Sep 09, 10
Created on Dec 19, 09
Category: Computers & Internet
URL: