eigenhombre/l1

Lambda body evaluation fails under iteration

Closed this issue · 0 comments

Discovered implementing rl.l1 example program.

Mutation in the lambda eval code clobbered the body after the first iteration.
Fixed by making a copy of pointer to body before evaluation.