Description
X10 is a type-safe, modern, parallel, distributed object-oriented language intended to be very easily accessible to Java(TM) 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. A member of the Partitioned Global Address Space (PGAS) family of languages, 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 (finish) and phased computation (clocks); the use of lock-free synchronization (atomic blocks); and the manipulation of global arrays and data structures.
- URL:http://x10.codehaus.org/
- Lead: Vijay Saraswat
- Key:XTENLANG
MoreIssues: Due
-
XTENLANG-1019
Due Date: Friday
x10 unified test & performance harness
-
XTENLANG-962
Due Date: 30/Jun/10
Array library redesign
-
XTENLANG-666
Due Date: 31/Dec/10
Take over the world
Issues: 30 Day Summary
Issues: 181 created and 141 resolved
MoreIssues: Updated recently
-
XTENLANG-1179
Today 03:30 PM
Generate struct methods into header files where possible to enable inlining by g++ post-compiler
-
XTENLANG-1178
Today 02:13 PM
Multi-init / multi-update 'for' loops, a la C
-
XTENLANG-1173
Today 02:02 PM
Does 'for' allow multiple comma-separated variables?