2024-02-23 17:26:12 trying to figure out what is the best practice for managing search order and context from "load" to "load". should the content of each load simply never assume anything and always begin with "only also voc1 also voc2 ... " and so on, or does anyone have another method they prefer? 2024-02-23 17:27:39 the other option is to not use "only" but allow for some search order to be prearranged before the source is loaded, but then you have to be careful to unwind the search order stack before leaving 2024-02-23 17:27:50 so that you don't corrupt the next load's environment 2024-02-23 23:51:33 zelgomer: I prefer to assume Forth words and decimal, and try to restore search order at end 2024-02-23 23:51:52 The PACKAGE word is good for this, as defined by e.g. swiftforth(?)