typical programming usage

  1. Someone writes a program in language $foo.
  2. Language $foo has some concept of import statements, or another existing package manager, or both.
  3. We want to populate the formula's input map with minimal user effort, and relegate the $foo language's package manager to picking up the files we present it with.

Two Major Options

(Spoiler: approach#1 seems the pretty clear winner at the moment.)

  1. Make this a tool users run on their host.
  2. Figure out how to make it into a formula-that-generates-more-formulas.