Does that expand properly? My gut feeling is that the !! expands right away, not when you run srsky but when you define it.
JackbyDev
Any pronouns. 33.
Professional developer and amateur gardener located near Atlanta, GA in the USA.
I’m using a new phone keyboard, please forgive typos.
- 0 Posts
- 6 Comments
Joined 3 years ago
Cake day: June 13th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
I’ll fuckin’ do it again, ayuck!
JackbyDev@programming.devto
Programmer Humor@programming.dev•o(1) statistical prime approximationEnglish
21·20 hours agoMakes me wonder where the actual break even would be. Like how long does making one random number take versus sins lookups. Fuck it, do it in parallel. Fastest wins.
JackbyDev@programming.devto
Technology@lemmy.world•Android will become a locked-down platform in 194 daysEnglish
1·4 days agoThis is why we should use things like GPL.

It makes more sense if you think of semicolons like other programming languages like Java and C use it.
foo(); bar();But those languages allow
foo(); bar();as well. Then&&works like a normal short circuited expression (with side effects).