Hi guys. Recently, I wrote a lambda calculus parser and interpreter
using guile's awesome compiler tower. It works relatively well, I'm able
to enter expressions in the REPL and they are correctly executed.
However, because of lambda calculus' nature, the interactive experience
is far from fun
Hi guys. Recently, I wrote a lambda calculus parser and interpreter
using guile's awesome compiler tower. It works relatively well, I'm able
to enter expressions in the REPL and they are correctly executed.
However, because of lambda calculus' nature, the interactive experience
is far from fun