We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64cf7c6 commit 61861f6Copy full SHA for 61861f6
src/eval/c4_17.scm
@@ -0,0 +1,6 @@
1
+; Another wtf question.
2
+; An extra frame is created since let is evaluated to lambda.
3
+; This question seems forgets an important assumption, that is,
4
+; the internal defintion may be interwined with other expressions.
5
+; In this case, what you need to do is just to reorder the internal
6
+; definitions, which will not cause extra frame construction.
0 commit comments