Y
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
phplovesong
102 days ago
It obviously means you dont use a scripting language, instead use a real langauge with a compiler.
link
LtWorf
101 days ago
Calling "go" a "real language" is stretching the definition quite a bit.
Real languages don't let errors go silently unnoticed.
link
phplovesong
99 days ago
For any serious app you dont ignore errors, and enforce them with the vast go linting tool.
link
yunwal
101 days ago
Ok yeah let me just port pytorch over that should be quick
link