-
-
Save redsquirrel/190678 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;; What happens when Alyssa uses new-if is that all of new-if's | |
;; "arguments" are evaluated and then given to new-if, as opposed | |
;; to the special form of "if" where the "else" clause is only | |
;; evaluated if the predicate is false. Since there is a | |
;; recursive call in the "else" clause, the call never returns. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment