szergling wrote:
I was wondering if anyone knows of any equivalent to Python's
import some_long_external_module_name as shortname
using just the plain CL package system?
You could use RENAME-PACKAGE:
http://www.lispworks.com/documentation/HyperSpec/Body/f_rn_pkg.htm#rename-pa...
Leslie