[
Lists Home |
Date Index |
Thread Index
]
- To: xml-dev@lists.xml.org
- Subject: announcement: Scala
- From: Burak Emir <Burak.Emir@epfl.ch>
- Date: Tue, 20 Jan 2004 17:32:36 +0100
- In-reply-to: <400D4C4A.9030305@epfl.ch>
- References: <m0twu7mk8eu.fsf@lamppc34.epfl.ch> <400D4C4A.9030305@epfl.ch>
- User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4
Hello all,
There is a new (general-purpose) programming language out there aiming
to conquer also the typed XML processing world with some nice
constructs. For your info...
- - -
We'd like to announce availability of the first implementation of the
Scala programming language. Scala smoothly integrates object-oriented
and functional programming. It is designed to express common
programming patterns in a concise, elegant, and type-safe way. Scala
introduces several innovative language constructs. For instance:
- Abstract types and mixin composition unify ideas from object and
module systems.
- Pattern matching over class hierarchies unifies functional and
object-oriented data access. It greatly simplifies the processing of
XML trees.
- A flexible syntax and type system enables the construction of
advanced libraries and new domain specific languages.
At the same time, Scala is compatible with Java. Java libraries and
frameworks can be used without glue code or additional declarations.
The current implementation of Scala runs on Java VM. It requires JDK
1.4 and can run on Windows, MacOS, Linux, Solaris, and most other
operating systems. A .net version of Scala is currently under
development.
For further information and downloads, please visit:
http://scala.epfl.ch
======================================================================
Martin Odersky and the Scala team,
Swiss Federal Institute of Technology, Lausanne (EPFL).
- - -
cheers,
Burak
|