Hm, interesting:

Independent of whether Gambit will not have or will have a dep loader built-in, it will be greatly practical that on creation of a new VM, the user can specify code that will be taken in use as main module for interpreted execution by the newly created VM i.e. something like

(create-vm! '(begin (load/preload-module/alike "otherdep.o1") (hello-world) etc.))

or in the future, perhaps a native backend-compiled binary image instead