Hacker News new | ask | show | jobs
by Someone 1402 days ago
The 1990s also were the times of software that crashed ‘all the time” and had security vulnerabilities so large that they nowadays would be called open doors.

One can also see all that work on languages as trying to create a language where programmers get help preventing such issues, so that they can focus their attention on making stuff users want and that also produces code as performant as what expert programmers could write in the languages of old.

That’s not distrust, but realization that being vigilant about buffer overflows and data races is a part of a programmer’s job that (maybe) can be automated.p without sacrificing performance.

The kind of stuff discussed in this article, for example, can help compilers move data around less, without introducing potential concurrency issues.

Now, whether this accomplishes that? I wouldn’t know.

2 comments

> The 1990s also were the times of software that crashed ‘all the time”

Still a problem. I need to hard-restart my machine multiple times per day, because of two developer tools that spawn orphan processes, all day long. It seemed to suddenly become a problem, when the M1 came out, so I assume that the fault actually lies in Rosetta 2.

1. Not on NeXTStep (or Smalltalk for that matter)

2. I haven’t seen improvements in Apple software quality since the introduction of Swift, quite the opposite in fact.

3. Same with perf. In fact, Swift performs remarkably badly, roughly on par with Java.