Common Lisp Tutorial - (2) Functions and If. Also lies
Loading...
1,579
Loading...
Uploader Comments (inzanozulu)
see all
All Comments (6)
-
@animeisart1 WTF? where did the double post come from?
-
nvm i is retard (syntax err, haven't used cmd in a while)
-
Maybe i is retard. But mine doesn't see the files. wtf?
-
Thank you so much for putting making these tutorials.
Loading...
So is princ basically exactly like Browse in oz?
dedudenamedjosh 6 months ago
@dedudenamedjosh
Actually, princ is most similar to Show in Oz. This is because Browse will continually examine the value of each undetermined expression (as per an unbound variable). Show on the other hand will attempt to use the value of the expression immediately, pausing the current thread until that value is available if need be.
However, because Common Lisp does not natively support lazy evaluation (libaries available to do so, however), princ will error on unbound variables.
inzanozulu 6 months ago