Skip to content

Commit 36c8e2d

Browse files
committed
c4 16
1 parent 2386ac7 commit 36c8e2d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/eval/c4_16.scm

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
; a) in eval.scm
2+
; b) in eval.scm
3+
; c) if put in make-procedure, than scan-out-defines
4+
; is evaluated when procedure defined. But when put
5+
; in procedure-body, scan-out-defines is evaluated when
6+
; procedure evaluated. It's just a matter of whether
7+
; we want the internal definition to be lazy.

0 commit comments

Comments
 (0)