We need to decide what functions and functionality go into the base standard library — what's available when you boot up Julia. This is breaking because changes may alter the behavior of programs: if something it depends on vanishes or something new is added, causing a name clash.
We need to decide what functions and functionality go into the base standard library — what's available when you boot up Julia. This is breaking because changes may alter the behavior of programs: if something it depends on vanishes or something new is added, causing a name clash.