Code: Select all
(dolist x xs
(catch
(let
...something...
(if condition-holds (throw 'escape))
...something...)))
Well, the throw argument doesn't get used by the catch, in this case; so it could be any value. The argument 'escape after a while sounded kind of boring, and since this is a whimsical crowd (after my own heart), I thought a brainstorm of useless throw arguments was in order. The whole expression must be either as funny as possible or as much of a groaner as possible.
I'm shooting for the latter for my entries:
Code: Select all
(throw 'tantrum)
(throw 'curveball)
Code: Select all
(throw 22)
Your turn!