
JavaScript
JavaScript (sometimes shortened to JS) is a lightweight, interpreted, object-oriented language with first-class functions, most known as the scripting language for Web pages, but also used in many non-browser environments.
The X10 programming language is organized around four basic principles of asynchrony, locality, atomicity, and order that are developed on a type-safe, class-based...
the x10 programming language is organized around four basic principles of asynchrony, locality, atomicity, and order that are developed on a typesafe, classbased, objectoriented foundation. this foundation is robust enough to support finegrained concurrency, cilkstyle forkjoin programming, gpu programming, spmd computations, phased computations, active messaging, mpistyle communicators, and cluster programming. x10 implementations are available on power and x86 clusters, on linux, aix, macos, cygwin and windows.
programming-language cluster-programming gpu-programming parallel-programming