logoalt Hacker News

jpc0today at 4:52 PM2 repliesview on HN

> term “systems program” has always meant network middleware that shuttles around JSON and transforms it.

Who are we that has always defined that term that way. For any systems programmer golang has pretty much not been a solution.

Systems is below layer 4 of the network stack, it is building the network stack in the first place.


Replies

masklinntoday at 4:57 PM

I think your sarcasm detector has gone missing chief.

Joker_vDtoday at 7:35 PM

Um, there is user-level implementation of TCP/IPv4+IPv6 stack in Go [0], developed and used by Google as part of its gVisor.

[0] https://github.com/google/netstack