Fix environment implementation #8

Closed
opened 2021-05-30 16:44:26 +02:00 by felixm · 0 comments
Owner

Right now each lambda call extends the current environment. Instead, we want to store the environment for a procedure definition and then extend it when we call the procedure.

Right now each lambda call extends the current environment. Instead, we want to store the environment for a procedure definition and then extend it when we call the procedure.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Reference: felixm/schemers#8