Time for a new language.
https://adacore.github.io/ParaSail/I actually found this pretty interesting. The ref manual is 60 odd pages only. I rather like the language itself, which is rare enough to be mentioned. Of course it has clear ADA origins, but is at the same time leaner.
Played with the interpreter and compiler a little. Nice stuff, but whereas the language itself is rather lean (yet powerful), it's so complex to compile that the compiler is a monster, and the runtime also is.
It's so monstrous that, even though every bit of your code gets heavily parallelized with very little effort, the actual performance is disappointing.
Still, something new to look at, that I hadn't heard about a lot. (And yes, as Knuth himself said, when something is too popular, I tend to become overly cautious about it
)