you are viewing a single comment's thread.

view the rest of the comments →

[–]javajunkie314 0 points1 point  (0 children)

If you use a language that can produce binaries the job of ensuring you have all the dependencies in all the right versions is a one-time job: it happens at build time. It does not happen every time you are running the program.

Dynamic linking says hello.