Category:ZPL: Difference between revisions

From Rosetta Code
Content added Content deleted
(Links, lang template params)
(added content)
Line 1: Line 1:
{{stub}}ZPL is a concurrent programming language designed for scientific computing. It is based around a matrix, and it compiles to [[ANSI]] [[C]].


{{language
{{language
Line 6: Line 5:
|site=http://www.cs.washington.edu/research/zpl/home/index.html}}
|site=http://www.cs.washington.edu/research/zpl/home/index.html}}
{{language programming paradigm|concurrent}}
{{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]].

Revision as of 23:59, 13 May 2010

Language
ZPL
This programming language may be used to instruct a computer to perform a task.
Official website
Execution method: Compiled (machine code)
Type expression: Explicit
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using ZPL.


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.

Subcategories

This category has the following 3 subcategories, out of 3 total.

Pages in category "ZPL"

The following 2 pages are in this category, out of 2 total.