Kent Recursive Calculator
|
KRC (Kent Recursive Calculator) is a lazy functional language developed by David Turner in 1981 based on SASL, with pattern matching and ZF expressions. Two implementations of KRC were written: Prof. Turner's original one in BCPL running on EMAS, and Simon Croft's later one in C under Unix, and KRC was the main language used for teaching functional programming at the University of Kent at Canterbury (UK) from 1982 to 1985.
The direct successor to KRC is Miranda, which includes strict polymorphic typechecking.
Further reading
- Functional Programming and its Applications, David A. Turner, Cambridge U Press 1982.
References
- This article was originally based on material from the Free On-line Dictionary of Computing, which is licensed under the GFDL.