integrating pretty printing into the language and repl machinery

2021-09-20 Thread Justin Veilleux
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

integrating pretty printing into the language and repl machinery

2021-09-20 Thread Justin Veilleux
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