Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions scheme/chapter1/ex1_06.scm
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@
;; Unfortunately, Alyssa's new-if is a function, and the applicative
;; order rules say that the sqrt-iter recursion happens before the
;; new-if has a chance to choose between the true/false branches.
;; however if the interpreter follows normal order evaluation, the
;; program will work fine.