<div dir="ltr">Hm, interesting:<div><br></div><div>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</div>

<div><br></div><div>(create-vm! '(begin (load/preload-module/alike "otherdep.o1") (hello-world) etc.))</div><div><br></div><div>or in the future, perhaps a native backend-compiled binary image instead</div>
<div>
<br></div></div>