(no title)
clark800 | 7 years ago
There is currently a bootstrap interpreter written in C that is under 2000 lines of code, a self-interpreter (~1200 lines), and a static type inferencer written in Lambda Zero (~400 lines). I'm currently implementing pattern matching lambdas and algebraic data types and I have a long roadmap of things to do. It would be great if someone was interested in writing an optimizing compiler for Lambda Zero in Lambda Zero.
anonlastname|7 years ago
So it will have a proof capability like Coq?
Is there any new theory behind this system? What is your vision in this regard?