Content deleted Content added
Jerryobject (talk | contribs) m Added link to related topic. Fixed red link. Clarified sentence. Updated 2 links. Added official website tag. |
No edit summary |
||
Line 1:
{{Infobox programming language
| name = ZPL
| paradigm = [[Array programming|Array]]
| released = {{Start date|1993}}
| developer = Chamberlain ''et al.'' at [[University of Washington]]
| influenced by = [[C (programming language)|C]]
| website = [http://www.cs.washington.edu/research/zpl/home/ www.cs.washington.edu] (zpl)
}}
'''ZPL''' (short for ''Z-level Programming Language'') is an [[array programming language]] designed to replace C and C++ programming languages in engineering and scientific applications. Because its design goal was to obtain [[cross-platform]] high performance, ZPL programs run fast on both [[sequence|sequential]] and [[parallel computer]]s. Highly-parallel ZPL programs are simple and easy to write because it exclusively uses [[implicit parallelism]].
|