There is so much code that exists on the Internet now. Like seriously, an insane amount. And it only grows exponentially each day. Packages are written to combine efforts so that you don’t have to remember the 101 edge cases that come with checking if a number is odd in Javascript. When code starts to grow in number of times, maintaining a package that others depend on becomes more difficult. Does the new code break the old code. Is there a library function that already exists and adding this other one confuses people?

So I want to use your code, but I need to know some things. How do I start your code up. Where is the entrypoint? If I wanted to use some specific functionality in your code, could I copy and paste it into my own code? GLOBAL STATE

https://www.unison-lang.org/