|
|
|
|
|
by jstanley
196 days ago
|
|
It's not confusing that this works in Go. (In my opinion). A straightforward reading of the code suggests that it should do what it does. The confusion here is a property of C, not of Go. It's a property of C that you need to care about the difference between the stack and the heap, it's not a general fact about programming. I don't think Go is doing anything confusing. |
|
But yeah, to your point, returning a slice in a GC language is not some exotic thing.