X10 (programming language): Difference between revisions

Content deleted Content added
X10 is PERCS tech
CanisRufus (talk | contribs)
m Bot-assisted dab: Array - Changed link(s) to Array data structure
Line 1:
'''X10''' is a [[programming language]] being developed by [[IBM]] at the [[Thomas J. Watson Research Center]] as part of the [[PERCS]] project funded by [[DARPA]]'s [[High Productivity Computing Systems]] (HPCS) program. Its primary authors are Kemal Ebcioglu, Vijay Saraswat, and Vivek Sarkar.<ref>http://www.aurorasoft.net/workshops/lar04/Author_Files/Papers/Vivek_Sarkar_LaR_04_Paper_V1.pdf</ref>
 
X10 is designed specifically for [[parallel programming]]. It is an "extended [[subset]]" of the [[Java (programming language)|Java]] programming language, strongly resembling it in most aspects, but featuring additional support for [[arrayArray data structure|arrays]]s and [[Concurrency (computer science)|concurrency]]. X10 uses a [[Partitioned global address space]] model.
It supports both [[object-oriented programming|object-oriented]] and non-object-oriented programming paradigms.