@djsundog well, billions of devices run java
@aescling so no, it isn’t advancing, but it isn’t abandoned
@aescling Stage 1; last presented June 2020; seems like there was general support for it but some spec work to be done before it could advance to Stage 2; looks like they’re still hashing some things out, in particular in relation to break/return
@aescling const has block scope and can’t be reassigned, so you have to use an IIFE plus a return if you want the value of a const to be determined within a block but available outside of it. this is in fact one of the the only reasonable applications of IIFEs in modern javascript code, but it’s very useful.
// Doesn’t work:—
{
const foo = "🎱"
const bar = `${ foo }ball`
}
console.log(bar)
// Works:—
const bar = (() => {
const foo = "🎱"
return `${ foo }ball`
})()
console.log(bar)
@Satsuma i feel like the more common form of this trope is where the speech happens after the ship has already sailed regarding B’s plot and they wish they could take it back or try to
i don’t ⁜like⁜ it but this is a situation where you just gotta bow to common practice
especially since i use a nonstandard 71‐char linelength
@aescling the reasons being that rich people shouldn’t have money
@aescling i would agree that you should not make funding your priorities dependent on rich people having money, but for different reasons
@witchfynder_finder i mean even if your first‐line manager is also the owner they’re still probably only petty bourgeois
honestly i have zero idea where anglophonic rune fanatics get their alphabet like i’m not sure they even realize the english and north germanic traditions are… different
this is one of those “things which are allowed in JavaScript which an ordinary language never would have allowed” moments
Administrator / Public Relations for GlitchCat. Not actually glitchy, nor a cat. I wrote the rules for this instance.
“Constitutionally incapable of not going hard” — @aescling
“Fedi Cassandra” – @Satsuma
I HAVE EXPERIENCE IN THINGS. YOU CAN JUST @ ME.
I work for a library but I post about Zelda fanfiction.
For the time being, this is mostly a mirror of <https://status.ladys.computer/>. Want to get in touch? E·mail me!