Is there a way to make (load "a-file") return the value of the last expression in "a-file"? I'm writing a plugin system for my program and right now, I make all plugins append themselves to a globally defined list, which is none too pretty and very much inelegant.
tj