Curious what you would use instead? I can only think of one wrong answer and that’s Jsonnet.
Comment on It's me again. My Kubernetes devolver has reached the astral plane.
androidul@lemmy.world 19 hours ago
okay the moment I saw Python I just closed it
dimeslime@lemmy.ca 18 hours ago
androidul@lemmy.world 17 hours ago
Would’ve written a Golang program and spit-out a binary for everyone to execute on any machine
possiblylinux127@lemmy.zip 11 hours ago
You sweet summer child…
moonpiedumplings@programming.dev 14 hours ago
You can create static binaries that bundle the python interpreter and dependencies.
You can do it with C. Or Csharp. Or many other programming languages. It’s not a feature unique to Go, it’s just that Go can only create static binaries.
androidul@lemmy.world 13 hours ago
not only, you can go ahead and run a Go program as is, without compiling as well 😆
TIL about the one file, 10x for sharing, can you guarantee that runs everywhere?
pokexpert30@jlai.lu 19 hours ago
I mean, it’s yaml manipulation. It was either python or perl, but i wasn’t fucking with pearl, i’m insane not mad (or the other way around)
redsand@infosec.pub 17 hours ago
Perl is perfect for curses you have no intention of maintaining. You can pack more dark magic per line.
pokexpert30@jlai.lu 17 hours ago
Why do you think I won’t maintain this?
redsand@infosec.pub 17 hours ago
People rarely maintain open source curses. Manjaro withstanding.
androidul@lemmy.world 17 hours ago
Perl is way crazier than Python that’s for sure. Don’t get me wrong, it’s a nice project, Python gets you there really fast because the la gauge is loosely coupled, just that when it’s failing it’s blowing up on all ends & it’s not so deterministic, meaning what you run on machine-a will be exactly the same on machine-b.