Comment by tromp
1 year ago
An interpreter for BLC, including tokenizing, parsing, and evaluation, can be written in as few as 29 bytes of BLC (and 650 bytes of C).
1 year ago
An interpreter for BLC, including tokenizing, parsing, and evaluation, can be written in as few as 29 bytes of BLC (and 650 bytes of C).
John, do tell more about BLC please!
There's more at http://tromp.github.io/cl/cl.html including the LispNYC talk I gave last year.
Thank you!