Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

SLACK

< >

SLACK is a programming language created in 2006 by Stevan Apter.

#2107on PLDB 18Years Old
HomepageLeet SheetDocs

SLACK is a compiler for a lazy functional K, modelled on David Turner's SASL language, the precursor of Haskell and Miranda.


Example from the web:
gcd a b is if b=0 then a else gcd b(a!b)
View source
- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements Part of the World Wide Scroll