|
|
|
|
|
by twic
1575 days ago
|
|
"systems language" and "systems programming" are terms whose interpretations vary widely across the industry. At one extreme, it means kernels, drivers, and embedded, the stuff where you need to precisely manipulate bytes with no infrastructure and minimum overhead. At the other extreme, it means any software whose users are other programs rather than people, so API services and so on. My first job was as a "systems engineer", writing database middleware (kind of) in Java. Go is not suitable for the kernels etc kind of systems programming, but it's highly suited to the API services kind. |
|