(mondo-bizarro) print?
(def mondo-bizarro ()
(let k (catch throw)
(pr 1)
(catch (k throw))
(pr 2)
(catch (k throw))
(pr 3))
nil)
Reference: ACM SIGPLAN Lisp Pointers, Volume 1, Issue 2 (June-July 1987) pp 22-28.
Computer history, restoring vintage computers, IC reverse engineering, and whatever
(mondo-bizarro) print?
(def mondo-bizarro ()
(let k (catch throw)
(pr 1)
(catch (k throw))
(pr 2)
(catch (k throw))
(pr 3))
nil)
Reference: ACM SIGPLAN Lisp Pointers, Volume 1, Issue 2 (June-July 1987) pp 22-28.