Category:ZPL: Difference between revisions

m
no edit summary
(Created page with '{{stub}}{{language}}')
 
mNo edit summary
 
(5 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}}
 
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]].