Lambda body evaluation fails under iteration
Closed this issue · 0 comments
eigenhombre commented
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.