[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problems with packages: work arounds.



If you still have the (MACSYMA-MODULE <name>) as the first form in
every file you can do what I do for DOE-MACSYMA, 
 (macsyma-module <name>) => (eval-when (eval compile load)
			     (or (find-package "MACSYMA") (error "bad news"))
			     ... etc ...)