Category:SASL

From Rosetta Code
Language
SASL
This programming language may be used to instruct a computer to perform a task.
GitHub Official website
See Also:


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

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.
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.
The manual is available on the wayback machine and a compiler on GitHub.

For further information, see Wikipedia and the links therein.