>>106413790
Because Big Techies gotta have Static Typing and Compilation with Design Patterns on an IDE else they can't get hard and they get Dynamic Typing cooties.
>>106413790 >Go is le Python alternative
idk who forced that out to the public but okay
Go is literally as barebones as C but with GC and better multithreading
it's not an easy language, it's easy the same way as C is easy. not many keywords, not many concepts. but nobody would call C easy
inb4 let me post that Rob Pike quote I don't understand
Anything to divide the pythonistas. If these "people" stop using python for everything the world will be a little better.
>>106413891
The common thread is Google. Google pushed python hard, realized after 20 years that it's shit for "learning to program", now they're shilling Go.
>>106414454
Nah they are at flutter or dart or whatever now, let's hope it doesn't end up like gwt with 2 people maintaining it in their off time, while I'm still being forced to use that shit at work
>>106413822 >java is open source, but what if Oracle buys the IP owner and overtakes the project? >redhat is open source, but what if IBM buys the IP owner and overtakes the project?
>>106414593 >It's slow as shit compared to basically any decent statically typed language.
as usual, /g/tards talk out of their asses.
It's "slow" in benchmarks only because the compiler targets amd64 v1, while most C/C++ benchmarks customize the target.
see, for example: https://benchmarksgame-team.pages.debian.net/benchmarksgame/program/fannkuchredux-go-3.html
MAKE:
/opt/src/go1.23.1/go/bin/go build -o fannkuchredux.go-3.go_run fannkuchredux.go-3.go