Content deleted Content added
Meltingwax (talk | contribs) m bugfix |
m WP:CHECKWIKI error fix for #61. Punctuation goes before References. Do general fixes if a problem exists. - using AWB (8853) |
||
Line 7:
| 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
Originally called ''Orca C'', ZPL was designed and implemented during 1993-1995 by the Orca Project of the Computer Science and Engineering Department at the University of Washington.
ZPL uses the array abstraction to implement a [[Data parallelism
ZPL is translated into a conventional [[abstract syntax tree]] representation on which [[program analysis]] and [[optimization (computer science)|program optimizations]] are performed. [[ANSI C]] code is generated as the object code. This C program (which is machine independent because it implements certain operations in abstract form) is then compiled using the native C compiler on the [[target machine]] with custom libraries optimized to the specific platform.
Line 28:
==External links==
* {{official website|http://www.cs.washington.edu/research/zpl/home/}}
[[Category:Array programming languages]]
|