On Thu, 2010-03-25 at 09:17 -0700, Alan Ruttenberg wrote:
Sorry, haven't had a chance to look closely at asdf2, but wanted to point out that in certain contexts, like running applets, writing to any file system is prohibited. For those cases, it would be nice if it was super-easy to set a flag that says: if there isn't a compiled version, or if it is stale, don't try to compile - just load source.
That is already possible: just use LOAD-SOURCE-OP instead of LOAD-OP.