static L dm_nonLoadedDynamicModules() { ret filter(dm_listStems(), m -> hasSuperclassShortNamed(m, 'DynamicModule) && get o(m) == null); }