Hi guilers, I've got this crazy idea a few days ago, about the FFI interface. When a program written in C is compiled with some shared libraries, these libraries are referred to in special [insert ELF terminology here] of the binary. I wonder if it would be reasonable and feasible to do something similar for compiles guile modules? C example: $ readelf -d `which guile`