Download List

Projeto Descrição

X10 is a type-safe, modern, parallel, distributed object-oriented language intended to be very easily accessible to Java programmers. It is targeted to future low-end and high-end systems with nodes that are built out of multi-core SMP chips with non-uniform memory hierarchies, and interconnected in scalable cluster configurations. X10 highlights the explicit reification of locality in the form of places; lightweight activities embodied in async, future, foreach, and ateach constructs; constructs for termination detection and phased computation; the use of lock-free synchronization; and the manipulation of global arrays and data structures.

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.

2005-12-12 08:10
0.1.0

Esta versão adiciona suporte para quase todos X10 construções que não estão relacionados com a sincronização. Em particular, as operações da matriz, operações região, funções de primeiro-ordem, VarArgs, break e continue, distribuídos loops paralelos (foreach, ateach), pré e pós-incrementos, expressões condicionais, e as operações em todos os tipos primitivos que correspondem a primitivos do Java tenham sido implementadas.
Tags: Major feature enhancements
This release adds support for almost all X10
constructs that are not related to
synchronization. In particular, array operations,
region operations, first-order functions, VARARGs,
break and continue, distributed parallel loops
(foreach, ateach), pre- and post-increments,
conditional expressions, and operations on all of
the primitive types that correspond to Java's
primitives have been implemented.

2005-11-25 22:57
0.0.0

Tags: Initial freshmeat announcement

Project Resources