Spyke

Handling Opinionated Programming Languages

Hello everyone,

How do you guys handle programming in languages that want to package imports "their" way? I'm mainly referring to things like Python, Golang, or Rust. I'm in the middle of a small Golang project and need to import a uuid library that guix doesn't package on it's own. I could make the package which isn't difficult but that leads me down the tension between "Go project is more portable if I use go get ..." vs "Project is more reproducible if I use Guix".

How do you all do it?

View original on lemmy.zip

Package it in Guix and upstream it. Guix is one of the greater tools to take care dependecy mess (and ring reproducibiluty while it's at it)

1

You reached the end

Handling Opinionated Programming Languages | Spyke