Common Lisp's equivalent for "computed goto" is FUNCALL--it lets you compute where you want to go. The more classic form of computed goto in fortran is useful primarily because of the inability to define lexically nested functions.