Well, I guess we can leave with one deficiency. Dependency free programming is the way! πŸΆπŸΎπŸ€£πŸ’œ

Reply to this note

Please Login to reply.

Discussion

Cross-platform boost+qt hell!

My soul is broken by this conversation!

i miss the old days of GOPATH when you could distribute a whole complete Go source code as one... but there is vendoring, nothing stopping you from using that, also has no dependencies except for the Go installation itself

i've written code that bundles a whole dependency graph into a package and just needs to grab the compiler to run ... it's not hard to write compiler driving scripts in Go