Create a new source code file named main.lisp and type the following code in it.main.lispOpen Compiler ; create a package tom (make-package :tom) ; create a package dick (make-package :dick) ; create a package harry (make-package :harry) ; go to package tom (in-package tom) ; ...