The Sisal Model of Functional Programming and its Implementation
- Article by Jean-Luc Gaudiot, Tom DeBoni, John Feo, Wim Böhm, Walid Najjar and Patrick Miller. Abstract and article in PDF-file.
- http://csdl2.computer.org/persagen/DLAbsToc.jsp?resourcePath=/dl/proceedings/&toc=comp/proceedings/pas/1997/7870/00/7870toc.xml&DOI=10.1109/AISPAS.1997.581640
From a Formal Dynamic Semantics of Sisal to a Sisal Environment
- By I. Attali, D. Caromel, A.L. Wendelborn. Abstract and article, PDF file.
- http://csdl2.computer.org/persagen/DLAbsToc.jsp?resourcePath=/dl/proceedings/&toc=comp/proceedings/hicss/1995/6935/00/6935toc.xml&DOI=10.1109/HICSS.1995.375452
SISAL
- Growing article, with links to many related topics. [Wikipedia]
- http://en.wikipedia.org/wiki/SISAL
Sisal Parallel Programming
- Optimizing Sisal compiler (sisalc) works atop pthreads for high performance on commodity SMP architectures. [ SourceForge.net]
- http://sourceforge.net/projects/sisal/
SAC: Single Assignment C
- Strict pure functional compiled language, C-like syntax. Design focus: numerical applications, emphasizing efficient support of array processing. Official SISAL successor.
- http://www.sac-home.org/
Sisal
- Official home of high performance, portable, parallel, functional language, for parallel computing and scientific uses.
- http://tamanoir.ece.uci.edu/projects/sisal/sisal.html
Sisal Lives
- Project for a moderately reworked Sisal frontend.
- http://sisal.sourceforge.net/
mySAL
- A simple single assignment language Single assignment languages are a kind of "functional" language where the parallelism is easy to discover. mySAL is a relative of SISAL, and old and distinguished SAL.
- http://sourceforge.net/projects/mysal/