From: Mark Wooding Date: Sat, 10 Aug 2019 13:46:32 +0000 (+0100) Subject: src/module-impl.lisp, src/module-parse.lisp: Set module environment better. X-Git-Url: https://git.distorted.org.uk/~mdw/sod/commitdiff_plain/a351d620c0162c2230f257f93f60beecfd7d05c2?hp=a351d620c0162c2230f257f93f60beecfd7d05c2 src/module-impl.lisp, src/module-parse.lisp: Set module environment better. Previously, `read-module' halfheartedly set `*package*' and `*readtable*'. Do better, by setting lots of influential variables as module variables with appropriate initial values. ---