Data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
parent 7387c8f97b
commit cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions

6
Lang/SASL/00-LANG.txt Normal file
View file

@ -0,0 +1,6 @@
{{language|SASL
|site=https://github.com/patrickbr/saslcompiler GitHub}}
SASL (from St Andrews Static Language, alternatively St Andrews Standard Language) is a purely functional programming language developed by David Turner at the University of St Andrews in 1972, based on the applicative subset of ISWIM.<br/> In 1976 Turner redesigned and reimplemented it as a non-strict (lazy) language. In this form it was the foundation of Turner's later languages KRC and Miranda, but SASL appears to be untyped whereas Miranda has polymorphic types.<br/>
The manual is available on [https://web.archive.org/web/20150402133901/http://www.eis.mdx.ac.uk/staffpages/dat/saslman.pdf the wayback machine] and a compiler on [https://github.com/patrickbr/saslcompiler GitHub].
For further information, see [https://en.wikipedia.org/wiki/SASL_(programming_language) Wikipedia] and the links therein.

2
Lang/SASL/00-META.yaml Normal file
View file

@ -0,0 +1,2 @@
---
from: http://rosettacode.org/wiki/Category:SASL

View file

@ -0,0 +1 @@
../../Task/Array-concatenation/SASL

1
Lang/SASL/Factorial Symbolic link
View file

@ -0,0 +1 @@
../../Task/Factorial/SASL

1
Lang/SASL/Hello-world-Text Symbolic link
View file

@ -0,0 +1 @@
../../Task/Hello-world-Text/SASL

1
Lang/SASL/Perfect-numbers Symbolic link
View file

@ -0,0 +1 @@
../../Task/Perfect-numbers/SASL

View file

@ -0,0 +1 @@
../../Task/Sieve-of-Eratosthenes/SASL

View file

@ -0,0 +1 @@
../../Task/Sorting-algorithms-Insertion-sort/SASL

View file

@ -0,0 +1 @@
../../Task/Sorting-algorithms-Quicksort/SASL

1
Lang/SASL/Towers-of-Hanoi Symbolic link
View file

@ -0,0 +1 @@
../../Task/Towers-of-Hanoi/SASL