skx / yal

Yet another lisp interpreter
GNU General Public License v2.0
16 stars 0 forks source link

Drop (let ..) #100

Closed skx closed 1 year ago

skx commented 1 year ago

"(let*" is preferrable to "(let", as it is more versatile.

I thought I'd removed it, but instead I just removed the usage of this function from our code.