Async has been stable for a long time. Coroutines are just syntax sugar AFAIK.
Async has been stable for a long time. Coroutines are just syntax sugar AFAIK.
What do you mean by “abstract away”, and what about it is exclusive to headers?
Eg most languages have something like a trait or interface wherein you can put a list of definitions (optionally with a default aka “inline” implementation) which are then actually implemented elsewhere. This is considered useful by everyone because it allows multiple implementations to be associated with 1 name. They are generally not desired in cases where only 1 implementation will ever be written.
AFAIK the only use case where headers accomplish the same is if they’re treated as documentation for an API that could be implemented by any library.
Admittedly certain programming styles benefit immensely from headers, despite the drawbacks to “design as you go” programming.


It’s common for those “other stores” to just be the dev’s own store or a store which takes a smaller cut than Valve.
To me, anyways, it seems perfectly expected for a business to want to pass on Valve’s charges to the customer. Whether this is harmful depends on whether you focus on the player or developer, and whether the developer responds by making the game cheaper everywhere or more expensive everywhere.


I’m not in favor of these practices by Valve either. It seems like the group you’re describing are interpreting this as Valve wont let anyone rip off their customers so you can be sure you’re getting it at the best price there, rather than Valve wont let anyone change the narrative that you’re getting it at the best price there and should buy everything there.


I would (probably not literally) wager that by “this” they meant *looks around at entire world*…
this
It tells you how to exit if you press ctrl+C, which is many people’s first instinct.
You wouldn’t download someone’s awesome tile art


https://xkcd.com/1251/ (there is always an xkcd about it)
FYI this comic is by https://stupidtwink.thecomicseries.com/. (also the creator of such internet sensations as “The weed that makes you gay” https://stupidtwink.thecomicseries.com/comics/173/)
I think there is something to be said for keeping a language simple, though. The basic semantics of a language should be comprehensible to everyone, let the standard library have all the wacky stuff someone wanted decades ago. (macros - the lisp kind, not the C kind - make this easier)