Xerox Alto restoration, IC reverse engineering, chargers, and whatever
(mondo-bizarro)
(def mondo-bizarro () (let k (catch throw) (pr 1) (catch (k throw)) (pr 2) (catch (k throw)) (pr 3)) nil)
The original Scheme mondo-bizarro and the same using The Seasoned Schemer's letcc.(I see mondo-bizarro has already appeared in public so I assume there's no copyright problem here.)
Post a Comment
1 comment:
The original Scheme mondo-bizarro and the same using The Seasoned Schemer's letcc.
(I see mondo-bizarro has already appeared in public so I assume there's no copyright problem here.)
Post a Comment