aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--readme.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/readme.md b/readme.md
index 56d2d99..1a4837a 100644
--- a/readme.md
+++ b/readme.md
@@ -1,11 +1,12 @@
-# MILCR
+# CALM
-> **M**ultithreaded graphically-**I**nduced **L**ambda **C**alculus
-> **R**educer
+> **C**all-by-Need **A**bstract **L**ambda **M**achine
- Strong reduction (reduction inside abstractions) of call-by-need
lambda calculus
-- Originally intended as reducer of the `bruijn` programming language
+- Originally intended as reducer of the
+ [`bruijn`](https://github.com/marvinborner/bruijn) programming
+ language
- Useful for proof assistants or as a high-level lambda-term reducer
of functional programming languages
- Based on bleeding-edge research results