Making a programming language that searches the whole filesystem for a `.so` that exports all the symbols matching the language runtime, and `dlopen`s the first file that matches and uses it as the runtime

Comments