Hacker News new | ask | show | jobs
by yunwal 103 days ago
> You can pretty much replace "docker build" with "go build".

Interesting. How does go build my python app?

1 comments

It obviously means you dont use a scripting language, instead use a real langauge with a compiler.
Calling "go" a "real language" is stretching the definition quite a bit.

Real languages don't let errors go silently unnoticed.

For any serious app you dont ignore errors, and enforce them with the vast go linting tool.
Ok yeah let me just port pytorch over that should be quick