Hey! Andy Wingo <wi...@pobox.com> writes:
> The '(args) is duplicated, the compiler notices that, and stores it only > once. When the memoizer processes the '(args) *argument* it memoizes > args to point to its lexical location (#...@0+0; I didn't show the let in > my example). But that side-effects the formals of the lambda too! Excellent! I mean, horrific. It’s indeed an excellent argument in favor of removing CEVAL. Ludo’.