Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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.

2009-09-11 04:15
2.7.6

Das Wartungs-Update-Adressen ein seltenes Problem, das zu einer "fehlerhaften Scala Signatur" Nachricht konnte. Keine andere Updates oder Änderungen sind im Preis inbegriffen, wenn Sie noch nie über die Nachricht gestoßen sind, werden Sie keinen Unterschied bemerken durch ein Upgrade.
This minor maintenance release addresses one rare issue that could result in a "malformed Scala signature" message. No other fixes or changes are included; if you have never encountered the message above, you will not notice any difference by upgrading.

2009-06-03 02:35
2.7.5

Diese Version behebt Fehler # 1999 (a Hunger Problem, wenn viele Aufgaben werden von einem FJTaskRunner Thread erstellt). Dies könnte im Ergebnis JVM läuft der Speicher aus. Es behebt Fehler # 2000 (Linked Akteure nicht immer ordnungsgemäß zu beenden). Dies könnte im Speicher undicht in Anwendungen, die viele verknüpfte Akteure zu schaffen. Es deaktiviert Reference-Counting Akteure mit WeakReferences, da dies zu Speicherlecks führen könnte; ein anderes System verwendet wird. Ein Fehler in NullPointerException Scheduler.restart wurde behoben.
This release fixes bug #1999 (a starvation problem when many tasks are created from an FJTaskRunner thread). This could result in the JVM running out of memory. It fixes bug #2000 (Linked actors do not always terminate properly). This could result in memory leaking in applications that create many linked actors. It disables reference-counting actors using WeakReferences, since this could lead to memory leaks; a different scheme is used. A NullPointerException bug in Scheduler.restart has been fixed.

2009-04-25 02:00
2.7.4

Diese Version ist ein Wartungs-Release. Einige Bugs wurden behoben, aber zu diesem Zeitpunkt neuen Features sind nur für die Scala 2,8 Codebasis hinzugefügt werden. Diese Version der IDE für Eclipse, jedoch bringt viele Verbesserungen.
This version is a maintenance release. Several bugs have been fixed, but at this stage new features are only being added to the Scala 2.8 codebase. This release of the IDE for Eclipse, however, introduces many improvements.

2009-01-14 07:10
2.7.3

Tags: Scala 2, Minor bugfixes

2008-11-11 01:50
2.7.2

Die Scala-Compiler erzeugt nun Java generische Signaturen, so dass Scala Generika in Java zu sehen sind. Der Compiler kann nun parse (aber nicht zu übersetzen) Java-Quellcode-Dateien, so dass gemischte Java / Scala Projekte mit rekursiven Abhängigkeiten zwischen ihnen. Die erste Beta-Version des ScalaSwing Bibliothek ist jetzt mit dem Vertrieb gebündelt. Neue Implementierungen IntMap, LongMap, TreeHashMap (unveränderlich), ArrayStack und OpenHashMap (veränderlich) hinzugefügt wurden.
Tags: Scala 2, Minor feature enhancements
The Scala compiler now generates Java's generic
signatures, so that Scala generics are visible to
Java. The compiler can now parse (but not
translate) Java source files, enabling mixed
Java/Scala projects with recursive dependencies
between them. The first beta version of the
ScalaSwing library is now bundled with the
distribution. New implementations of IntMap,
LongMap, TreeHashMap (immutable), ArrayStack, and
OpenHashMap (mutable) were added.

Project Resources