CL-USER> (make-instance 'c2mop:funcallable-standard-object) # CL-USER> (c2mop:set-funcallable-instance-function * (lambda (x) (* x x))) # CL-USER> (funcall ** 42) 1764