argumentcomputer / lurk-lisp

Lisp implementation of Lurk.
MIT License
67 stars 6 forks source link

evaluator examples and a required fix in lang.lisp #12

Closed namin closed 3 years ago

namin commented 3 years ago

Let me know if you prefer me to rebase. I think that every increment makes sense to have, but let me know if it's too noisy.

porcuquine commented 3 years ago

Thanks for fixing the test. We definitely need to get CI set up soon.

I think its fine to keep all the commits, but tests still seem to be failing with this branch for me. It looks like your last commit only changes one instance, so it might be that you haven't yet pushed your latest.

porcuquine commented 3 years ago

I changed LET to LET* in the remaining failing lang.lisp tests and pushed that.