deciduously / blispr

Lisp-in-progress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Switch to arena-style environment

deciduously opened this issue · comments

Your global env in lazy_static will have id 0. use that to pull it when needed, and then lambdas will create their own ids.

but not until you get it working with a big ol' Vec<Lenv> first

No, no no.