Towers Of Hanoi Solver ====================== Author: Richard Caley Updated: Friday July 9th 1999 Description ----------- Provides a scheme function which solves the Towers of Hanoi puzzle using the standard recursive divide-and-conquor algorithm, providing a spoken description of the actions performed. This amazingly useful tool was inspired by noticeing that we have more lines of source code than emacs, yet still couldn't do everything it can.