Category:Sisal: Difference between revisions

From Rosetta Code
Content added Content deleted
(Added some meat)
('derived from' semantic link)
Line 3: Line 3:
|site=http://sisal.sourceforge.net/
|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]]]
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 [[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==
==Citations==

Revision as of 23:51, 1 September 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.