-
-
43 Like
D (Programming Language)
D is a language with C-like syntax and static typing. It pragmatically combines efficiency, control, and modeling power, with safety and programmer productivity.
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