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 2386ac7 commit 36c8e2dCopy full SHA for 36c8e2d
src/eval/c4_16.scm
@@ -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