aboutsummaryrefslogtreecommitdiffstats
path: root/math/lambda/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'math/lambda/pkg-descr')
-rw-r--r--math/lambda/pkg-descr16
1 files changed, 16 insertions, 0 deletions
diff --git a/math/lambda/pkg-descr b/math/lambda/pkg-descr
new file mode 100644
index 000000000000..a3eecc6d2c66
--- /dev/null
+++ b/math/lambda/pkg-descr
@@ -0,0 +1,16 @@
+Lambda is a lambda calculus interpreter. It also will convert lambda expression
+into the combinators S, K, and I.
+
+Current features:
+ * Load predefined lambda expression
+ * Many definitions provided: numbers Y fact map iszero list 1st 2nd 3rd
+ ADD MUL EXP list suc pred . . .
+ * Automatic number definitions.
+ * Interpret lambda expressions.
+ * Single step interpretation.
+ * Normal or application order reductions.
+ * Variable extraction (Conversion to S K I)
+ * List definitions.
+ * Some lambda calculus theory.
+
+WWW: http://66.47.116.75/~demo/lambda/