@allison So, it isn't just /leftypol/?
@icedquinn @lanodan Tell that to 90s and 2000s Naughty Dog.
Fuck "Settled Science". There is no such thing.
https://electroverse.net/open-letter-to-the-prime-minister-of-new-zealand/
"No it's just the fewer carbon emissions from the lockdowns."
No you fucking brainwashed cuck.
https://electroverse.net/antarctic-sea-ice-rebound-surprises-scientists-msm-silent/
@ChristiJunior@neckbeard.xyz @traabot @massiveracist@neckbeard.xyz It would've saved Chris Chan.
@TrevorGoodchild @ChristiJunior@neckbeard.xyz Biden is now going to send troops to invade there. Remember that the US is the defender of LGBT rights around the world.
@icedquinn Pascal was before my time (Born 1998, started programming around 2011). I do avoid mixing declarations and actual code. That's common practice. I just don't like the verbosity of BASIC. That's probably because it actually preceded C by almost a decade.
@lanodan Well this is my ideal society. People voluntarily choosing what political or economical system to live by (Panarchism). And anarcho-capitalism with it's view on property and contract law is the way to achieve that.
@icedquinn Still I don't like how you have to write:
Dim x As Integer;
Instead of:
int x;
Or writing "Then" after if statements or using "End If", "End While", "End Sub" instead of closing braces. I think modern scripting languages got it right by using a C-like syntax.
Though I think FreeBASIC is still interesting given that it has a built-in graphics library which can make it ideal for hobbyist game development.