X10 (programming language): Difference between revisions

Content deleted Content added
Undid revision 790557722 by 165.225.104.80 (talk)
i worked in that project, not sure who removed my name.
Line 1:
{{Infobox programming language
| name = X10
| logo =
| paradigm = [[object-oriented programming|Object-oriented]]
| caption =
| year = 2004
| file ext = .x10
| designer = Kemal Ebcioğlu, Vijay Saraswat, Saravanan Arumugam and Vivek Sarkar
| paradigm = [[object-oriented programming|Object-oriented]]
| developer = [[IBM]]
| year = 2004
| latest release version = [http://x10-lang.org/releases/x10-release-261.html 2.6.1]
| designer = Kemal Ebcioğlu, Vijay Saraswat, and Vivek Sarkar
| latest release date = {{Start date and age|2017|07|03}}
| developer = [[IBM]]
| typing = [[type system|Static, strong, safe, constrained]]
| latest release version = [http://x10-lang.org/releases/x10-release-261.html 2.6.1]
| implementations =
| latest release date = {{Start date and age|2017|07|03}}
| dialects =
| typing = [[type system|Static, strong, safe, constrained]]
| influenced by = [[C++]], [[Java (programming language)|Java]]
| implementations =
| influenced =
| dialects =
| programming language =
| influenced by = [[C++]], [[Java (programming language)|Java]]
| operating system = [[IBM AIX]], [[Linux]], [[Mac OS X]], [[Windows]]
| influenced =
| license = [[Eclipse Public License]] 1.0
| programming language =
| file ext = .x10
| operating system = [[IBM AIX]], [[Linux]], [[Mac OS X]], [[Windows]]
| website = {{URL|x10-lang.org}}
| license = [[Eclipse Public License]] 1.0
| wikibooks =
| website = {{URL|x10-lang.org}}
| caption =
| wikibooks =
}}
'''X10''' is a [[programming language]] being developed by [[IBM]] at the [[Thomas J. Watson Research Center]] as part of the Productive, Easy-to-use, Reliable Computing System ([[PERCS]]) project funded by [[DARPA]]'s [[High Productivity Computing Systems]] (HPCS) program. Its primary authors are Kemal Ebcioğlu, Vijay Saraswat, Saravanan Arumugam, and Vivek Sarkar.<ref>{{cite paper | last1 = Ebcioğlu | first1 = Kemal | last2 = Saraswat | first2 = Vijay | last3 = Sarkar | first3 = Vivek | title = X10: Programming for Hierarchical Parallelism and NonUniform Data Access | citeseerx = 10.1.1.135.9826 }}</ref>
 
X10 is designed specifically for [[parallel computing]] using the [[partitioned global address space]] (PGAS) model.