Skip to content

Commit 61861f6

Browse files
committed
c4 17
1 parent 64cf7c6 commit 61861f6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/eval/c4_17.scm

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)