I can sort of buy this, honestly. When was the last time you picked up a new language with unfamiliar tooling? Especially something older that won't hold your hand.
A lot of the most miserable parts of getting started coding have nothing to do with programming and everything to do with like, trying to apt-install the right compiler version or figure out which build headers you need or some other equally trivial bullshit that gets in the way of writing code.
> I can sort of buy this, honestly. When was the last time you picked up a new language with unfamiliar tooling?
I started learning Monogame with C# literally yesterday after being a chiefly JavaScript dev for over a decade. I'm having a lot of fun learning it from scratch with no AI
I'll concede that before yesterday it had been a while though
> Especially something older that won't hold your hand
Python and JavaScript are two of the most "will hold your hand" languages these days aren't they?
> A lot of the most miserable parts of getting started coding have nothing to do with programming and everything to do with like, trying to apt-install the right compiler version or figure out which build headers you need or some other equally trivial bullshit that gets in the way of writing code.
I agree but absolutely not for these two languages in particular
You can open the developer tools in any major browser and start typing in JavaScript right there if you want
Python you can install it and write it right in any editor
The upfront burden for both languages is absolutely trivial imo