-
X10 and X10DT 2.0.0 Released
We're very happy to announce that X10 and X10DT version 2.0.0 are now
available for download. This is the first release of version 2.0 of the X10
language. There have been several major language changes from X10 1.7 to
2.0:
++ We have added structs to the language. Structs provide a mechanism
for defining headerless inlined aggregates. For an example of a
struct, see x10.lang.Complex.
++ We have added the ability to declare val instance fields and instance
methods of a class to be global. This means that the fields/methods
can be accessed/invoked at any place.
++ We have eliminated Values from the language. The combination of
structs and global fields/methods cover all of the use cases for
Values.
++ We have added static place type checking.
++ We have added unsigned integral types.
For more details on these and other minor language changes, please
see the language manual or the X10 2.0 tutorial found on x10-lang.org.
Details can be found on the X10 2.0.0 Release Page
(http://docs.codehaus.org/display/XTENLANG/X10+2.0.0+Release)
2009-11-06 22:30:57 UTC by dgrove-oss
-
X10 and X10DT 1.7.7 Released
We're happy to announce that versions 1.7.7 of X10 and X10DT are now available for download. Details can be found on the X10 1.7.7 release page at x10-lang.org (http://x10-lang.org/X10+1.7.7+Release).
2009-10-25 22:21:36 UTC by dgrove-oss
-
X10 and X10DT version 1.7.6 Released
We're happy to announce that versions 1.7.6 of X10 and X10DT are now available for download. Details can be found on the X10 1.7.6 release page at x10-lang.org (http://x10-lang.org/X10+1.7.6+Release).
2009-08-28 20:18:40 UTC by dgrove-oss
-
X10 and X10DT 1.7.5 Released
We're happy to announce that versions 1.7.5 of X10 and X10DT are now available for download. Details can be found on the release page: http://x10.codehaus.org/X10+1.7.5+Release
2009-06-26 12:57:11 UTC by dgrove-oss
-
X10 1.7.4 Released
We're happy to announce that version 1.7.4 of X10 is now available for download. Details can be found on the release download page at http://x10-lang.org/X10+1.7.4+Release.
2009-05-29 21:39:15 UTC by dgrove-oss