skx / yal

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

eval is getting out of hand. #94

Closed skx closed 1 year ago

skx commented 1 year ago

As noted in #93 our eval method is getting out of hand.

Break it down into smaller chunks, and make sure it doesn't have the struct-methods on the hot-path.