Category:ZPL: Difference between revisions

m
no edit summary
No edit summary
mNo edit summary
 
(3 intermediate revisions by 3 users not shown)
Line 1:
{{stub}}
{{language
|express=explicit}}
|exec=machine
|site=http://www.cs.washington.edu/research/zpl/home/index.html
|LCT=no
}}
{{language programming paradigm|concurrent}}
 
[[Category:Execution_method/Compiled/Machine_code]]
ZPL is an array programming language (like [[APL]], [[J]], and [[Glee]]) designed from first principles for fast execution on both sequential and parallel computers. It provides a convenient high-level programming medium for supercomputers and large-scale clusters with efficiency comparable to hand-coded message passing. It is the perfect alternative to using a sequential language like C or Fortran and a message passing library like MPI. It is based around a matrix, and it compiles to [[ANSI]] [[C]].