Category:Sisal: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page with '{{stub}}{{language}}')
 
(Added some meat)
Line 1: Line 1:
{{stub}}{{language}}
{{stub}}
{{language
|site=http://sisal.sourceforge.net/
}}
SISAL (Streams and Iteration in a Single Assignment Language) is a general-purpose single assignment functional programming language with strict semantics, implicit parallelism, and efficient array handling. SISAL outputs a dataflow graph in Intermediary Form 1 (IF1). It was derived from VAL (Value-oriented Algorithmic Language), and adds recursion and finite streams. It has a [[Pascal]]-like syntax and was designed to be a common high-level language for numerical programs on a variety of multiprocessors.[[#Citation|[1]]]

==Citations==
#[[wp:SISAL|Wikipedia SISAL]]

==See Also==
[http://www2.cmp.uea.ac.uk/~jrwg/Sisal/ A Tutorial Introduction to Sisal A High Performance, Portable, Parallel Programming Language]

Revision as of 11:38, 23 July 2010

This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Language
Sisal
This programming language may be used to instruct a computer to perform a task.
Official website
See Also:


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

SISAL (Streams and Iteration in a Single Assignment Language) is a general-purpose single assignment functional programming language with strict semantics, implicit parallelism, and efficient array handling. SISAL outputs a dataflow graph in Intermediary Form 1 (IF1). It was derived from VAL (Value-oriented Algorithmic Language), and adds recursion and finite streams. It has a Pascal-like syntax and was designed to be a common high-level language for numerical programs on a variety of multiprocessors.[1]

Citations

  1. Wikipedia SISAL

See Also

A Tutorial Introduction to Sisal A High Performance, Portable, Parallel Programming Language

Subcategories

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

Pages in category "Sisal"

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