Syntax:
make-instance (class symbol) &rest initargs => instance
Description:
This is a method on the generic function make-instance.
This method simply invokes make-instance recursively on the arguments (find-class class) and initargs.