NESL

From Wikipedia, the free encyclopedia
  (Redirected from NESL (programming language))
Jump to: navigation, search

NESL is a parallel programming language developed at Carnegie Mellon by the SCandAL project and released in 1993. It integrates various ideas from parallel algorithms, and functional programming and array programming languages.

The most important new ideas behind NESL are

  • Nested data parallelism: this feature offers the benefits of data parallelism, concise code that is easy to understand and debug, while being well suited for irregular algorithms, such as algorithms on trees, graphs or sparse matrices.
  • A language based performance model: this gives a formal way to calculate the work and depth of a program. These measures can be related to running time on parallel machines.

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.

[edit] Influences

NESL heavily influenced Data Parallel Haskell.[1]

[edit] References

  1. ^ Jones, Simon Peyton. "Data Parallel Haskell". http://www.youtube.com/watch?v=NWSZ4c9yqW8. Retrieved 6 September 2011. 

[edit] External links

Personal tools
Namespaces

Variants
Actions
Navigation
Interaction
Toolbox
Print/export