Download List

Descripción del Proyecto

Scala is a modern multi-paradigm 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 including mixins, algebraic datatypes with pattern matching, genericity, and more. It is well integrated with Java and .NET: the Scala compiler produces standard Java class files or .NET assemblies, and Java/.NET libraries and frameworks can be used without glue code or additional declarations.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2013-01-05 06:57
2.10.0

Esta versión incluye clases de valor, clases implícito, interpolación de cadena, futuros y promesas, dinámica y applyDynamic, tipos de método dependiente, un nuevo emisor de ByteCode basado en ASM, un nuevo motor de patrón, mejoras Scaladoc, características del lenguaje modularizado y colecciones paralelo configurable con grupos de subprocesos personalizado. Akka actores son ahora incluido. Hay mejoras en el rendimiento, un inliner más rápido, una actualización de la biblioteca ForkJoin, correcciones y mejoras a PartialFunctions más.
This release includes Value Classes, Implicit Classes, String Interpolation, Futures and Promises, Dynamic and applyDynamic, Dependent method types, a new ByteCode emitter based on ASM, a new Pattern Matcher, Scaladoc improvements, modularized language features, and configurable Parallel Collections with custom thread pools. Akka Actors are now included. There are performance improvements, a faster inliner, an update of the ForkJoin library, fixes, improvements to PartialFunctions, and more.

2012-03-05 05:01
2.9.1-1

Esta versión soluciona un problema crítico de interoperabilidad de Java-Scala que surgió en 2.9.1. Esta es una versión bugfix conservador; será seguido por versión bugfix otro, más agresivo llamado 2.9.2.
This release fixes a critical Java-Scala interoperability issue that arose in 2.9.1. This is a conservative bugfix release; it will be followed by another, more aggressive bugfix release called 2.9.2.

2010-11-10 07:01
2.8.1

Esta versión soluciona un gran número de errores e introduce algunas mejoras adicionales, notablemente en la herramienta Scaladoc. Ha sido diseñado para ser compatible binario con la 2.8.0.
This release addresses a large number of bugs and introduces some additional improvements, noticeably in the Scaladoc tool. It has been designed to be fully binary compatible with 2.8.0.

2010-07-16 00:19
2.8.0

Esta es una nueva versión de la Scala, que incluye un gran número de correcciones y nuevas características. La colección de la biblioteca fue rediseñada. Las matrices fueron más eficiente con una mejor interoperabilidad de Java. Manifiestos se agregaron para las matrices polimórficos. Tipo de especialización, con nombre y argumentos por defecto, y los objetos de paquete se hayan implantado. Las bibliotecas Scala Swing, el REPL, implícitas, la igualdad, la biblioteca XML, anotaciones, Sbaz y Scalap, y la velocidad del compilador se han mejorado. Los actores se han mejorado. combinadores PackRat analizador, continuaciones, un nuevo gestor de construir, y una nueva herramienta Scaladoc añadieron.
This is a major new version of Scala, which includes a vast number of fixes and new features. The collection library was redesigned. Arrays were made more efficient with better Java interoperability. Manifests were added for polymorphic arrays. Type specialization, named and default arguments, and package objects were implemented. The Scala Swing libraries, the REPL, implicits, equality, the XML library, annotations, Sbaz and Scalap, and compiler speed were improved. Actors were enhanced. Packrat parser combinators, continuations, a new build manager, and a new Scaladoc tool were added.

2009-10-29 05:20
2.7.7

Esta versión incluye correcciones a la biblioteca de Actores, la Scala de mejoras IDE de Eclipse, una solución para una condición de error relacionados con las cláusulas y excepciones Por último, fija a vals perezoso heredado, y arreglos y mejoras a la instalación de tarro.
This release includes fixes to the Actors library, Scala IDE for Eclipse improvements, a fix for an error condition related to Finally clauses and exceptions, fixes to inherited lazy vals, and fixes and improvements to the jar installer.

Project Resources