We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d20c34 commit 16009f7Copy full SHA for 16009f7
README.md
@@ -96,6 +96,17 @@ Or `r` for raw mode:
96
r> λx.x
97
λx.x
98
99
+## WIP
100
+
101
+A few things are still a work in progress:
102
103
+* **Krivine machine:** This alternate interpreter would allow call-by-need
104
+ and indexing into de-bruijn indices, which is needed by...
105
106
+* **Binary lambda calculus:** Allows encoding lambda calculus programs in
107
+ binary form which produces extremely small programs. This also defines an
108
+ I/O mechanism.
109
110
## References
111
112
* [Matt Might: 7 lines of code, 3 minutes](http://matt.might.net/articles/implementing-a-programming-language/)
0 commit comments