Skip to content

Commit 16009f7

Browse files
committed
add WIP section to README
1 parent 8d20c34 commit 16009f7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,17 @@ Or `r` for raw mode:
9696
r> λx.x
9797
λx.x
9898

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+
99110
## References
100111

101112
* [Matt Might: 7 lines of code, 3 minutes](http://matt.might.net/articles/implementing-a-programming-language/)

0 commit comments

Comments
 (0)