|
|
|
|
|
by _ak
4242 days ago
|
|
Like what? The standard library is no more special, other than where it resides in the filesystem. You can write C and assembly code as well and link it to your Go code. And I'm not talking about cgo, I mean [568][ac], the Plan 9 C compiler and assembler that come with Go. |
|
Maps, slices, the pre-defined functions.
More powerful languages make no big distinction between user defined types and the language provided ones.