| There are 49 files in Anarki's lib/ folder. 18 of them are loaded by libs.arc, which is loaded in boot.scm. But that means there are 31 extra lib files that aren't loaded by default. How are they expected to get loaded? Anarki doesn't seem to `cd` to its own directory, so I can't just call `(load "lib/files.arc")`. How do I load these extra libraries? |