寮 (ryo@social.076.moe)'s status on Monday, 06-Feb-2023 15:45:58 JST
-
寮 (ryo@social.076.moe)'s status on Monday, 06-Feb-2023 15:45:58 JST 寮 Suwako-sama has rewritten URL Loli to Go it seems.
And I noticed her use of:
if something {
dothis
} else {
dothat
}
Instead of:
if something {
dothis
}
else {
dothat
}
Or even:
if something dothis
else dothat
I thought, why?
So I asked her, and she said "Go compiler forced me into doing it that way".
I couldn't believe it, so I cloned the repo and tried it by myself.
And indeed, what the fuck Go!?