| NESL | |
|---|---|
| Paradigm | parallel,functional,array |
| Developer | SCandAL project |
| First appeared | 1993 |
| Stable release | 3.1 / November 1995 |
| License | permissive license similar to theISC andX11 licenses |
NESL is a parallelprogramming language developed atCarnegie Mellon by the SCandAL project and released in 1993. It integrates various ideas fromparallel algorithms,functional programming, andarray programming languages.
The most important new ideas behind NESL are
The main design guideline for NESL was to make parallel programming easy and portable. Algorithms are typically significantly more concise in NESL than in most other parallel programming languages, and the code closely resembles high-level pseudocode.
NESL handles nested data parallelism by using theflattening transformation to convert nested data parallelism to flat data parallelism. This works by storing nested vectors as the nested data and a segment descriptor of vector lengths, separately.[1]This flattening transform, however, can increase the asymptotic work and space complexity of the original program, leading to a much less efficient result.[2]
NESL heavily influenced Data ParallelHaskell.[3]
{{cite journal}}:Cite journal requires|journal= (help){{cite journal}}:Cite journal requires|journal= (help)Thisprogramming-language-related article is astub. You can help Wikipedia byexpanding it. |