|
|
|
|
|
by nordsieck
3023 days ago
|
|
> What Go has done, I think, is replaced interpreted language use (PHP, Python, Ruby) in backend code. Which makes sense, to me--those are already GC languages, so you're pretty familiar with the lay of that land. One of the less talked about reasons Go is successful at replacing these languages is the devops story - essentially no runtime dependencies. |
|