X10is aprogramming languagebeing developed byIBMat theThomas J. Watson Research Centeras part of the Productive, Easy-to-use, Reliable Computing System (PERCS) project funded byDARPA'sHigh Productivity Computing Systems(HPCS) program.
Paradigm | Object-oriented |
---|---|
Designed by | Kemal Ebcioğlu, Saravanan Arumugam, Vijay Saraswat, and Vivek Sarkar |
Developer | IBM |
First appeared | 2004 |
Stable release | 2.6.2
/ January 8, 2019 |
Typing discipline | Static,strong,safe,constrained |
OS | IBM AIX,Linux,Mac OS X,Windows |
License | Eclipse Public License1.0 |
Filename extensions | .x10 |
Website | x10-lang |
Influenced by | |
C++,Java |
History
editIts primary authors are Kemal Ebcioğlu, Saravanan Arumugam (Aswath), Vijay Saraswat, and Vivek Sarkar.[1]
X10 is designed specifically forparallel computingusing thepartitioned global address space(PGAS) model. A computation is divided among a set ofplaces,each of which holds some data and hosts one or moreactivitiesthat operate on those data. It has a constrained type system for object-oriented programming, a form ofdependent types.Other features include user-defined primitivestructtypes; globally distributedarrays,and structured and unstructured parallelism.[2]
X10 uses the concept of parent and child relationships for activities to prevent the lock stalemate that can occur when two or more processes wait for each other to finish before they can complete. An activity may spawn one or more child activities, which may themselves have children. Children cannot wait for a parent to finish, but a parent can wait for a child using thefinishcommand.[3]
See also
editReferences
edit- ^Ebcioğlu, Kemal; Saraswat, Vijay; Sarkar, Vivek. "X10: Programming for Hierarchical Parallelism and NonUniform Data Access".CiteSeerX10.1.1.135.9826.
- ^Saraswat, Vijay; Bloom, Bard; Peshansky, Igor; Tardieu, Olivier; Grove, David (January 4, 2019)."X10 Language Specification Version 2.6.2"(PDF).
- ^Biever, C. "Computer revolution poses problems for programmers".New Scientist.193(2594).
External links
edit