Earlier quoted context omitted.
> However, the moment you dip into libraries you are dependent on someone else's work. Like every other programming language? > Then you run into a problem because Native doesnt let you use a specific library You are confusing runtime and language.
>> However, the moment you dip into libraries you are dependent on someone else's work. >Like every other programming language? The lack of a standard library means you'll be dipping in a lot sooner.
The only difference, in my mind, between a "standard library" and a "third-party library" is the level of trust. If a third-party library is widely used by a community and known to be built by trustworthy people, I don't see how it's functionally different from a "standard" library.
EDIT: To clarify, I'm only trying to make a general statement about libraries, not the trustworthiness of any particular language's library landscape.