The intended use of my string-centric computer is to facilitate communicating over the internet, so how'd I handle it?
Handling the core TCP/IP stack wouldn't take much on practically any CPU, beyond multitasking so threads can block as they await responses. Though TCP also requires counters & timeouts as it verifies it sent successfully.
Caching & port dispatch would be trivial on our string-centric CPU.
Early-boot would stick to UDP-based protocols, on the off-chance it needs internet.
1/3