←back to thread

Four Years of Jai (2024)

(smarimccarthy.is)
166 points xixixao | 1 comments | | HN request time: 0.265s | source
Show context
mustache_kimono ◴[] No.43730779[source]
> Software has been getting slower at a rate roughly equivalent to the rate at which computers are getting faster.

Cite?

This problem statement is also such a weird introduction to specifically this new programming language. Yes, compiled languages with no GC are faster than the alternatives. But the problem is and was not the alternatives. Those alternatives fill the vast majority of computing uses and work well enough.

The problem is compiled languages with no GC, before Rust, were bug prone, and difficult to use safely.

So -- why are we talking about this? Because jblow won't stop catastrophizing. He has led a generation of impressionable programmers to believe that we in some dark age of software, when that statement couldn't be further from the truth.

replies(2): >>43731350 #>>43731373 #
1. topspin ◴[] No.43731350[source]
I carefully watched a number of the early jai language YouTube videos. Some of his opinions on non-programming topics are just goofy: I recall him ranting (and I wish I could find it again,) about the supposed pointlessness of logarithmic scales (decibels, etc.,) vs scientific notation and experiencing a pretty bad cringe spasm.

jblow's words are not the Gospel on high.