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 3 weeks ago
okay the moment I saw Python I just closed it
dimeslime@lemmy.ca 3 weeks ago
androidul@lemmy.world 3 weeks ago
Would’ve written a Golang program and spit-out a binary for everyone to execute on any machine
possiblylinux127@lemmy.zip 3 weeks ago
You sweet summer child…
moonpiedumplings@programming.dev 3 weeks 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 3 weeks 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 3 weeks 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 3 weeks ago
Perl is perfect for curses you have no intention of maintaining. You can pack more dark magic per line.
pokexpert30@jlai.lu 3 weeks ago
Why do you think I won’t maintain this?
redsand@infosec.pub 3 weeks ago
People rarely maintain open source curses. Manjaro withstanding.
androidul@lemmy.world 3 weeks 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.