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.
Maybe i is retard. But mine doesn't see the files. wtf?
animeisart1 1 month ago
@animeisart1
nvm i is retard (syntax err, haven't used cmd in a while)
animeisart1 1 month ago
This has been flagged as spam show
@animeisart1
nvm i is retard (syntax err, haven't used cmd in a while)
animeisart1 1 month ago
@animeisart1 WTF? where did the double post come from?
animeisart1 4 weeks ago
Thank you so much for putting making these tutorials.
HmmmYesQuite 4 months ago
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