SLACK is a programming language created in 2006 by Stevan Apter.
#2117on PLDB | 18Years Old |
SLACK is a compiler for a lazy functional K, modelled on David Turner's SASL language, the precursor of Haskell and Miranda.
gcd a b is if b=0 then a else gcd b(a!b)