huh. Time to build all of plan 9 -- libraries, commands, windowing system, all kernels -- was always a few minutes. It was really annoying -- people just assumed there
was not much capability there because it took less time to build than to run an autoconf on GNU tools :-)
I wonder what Ken was doing wrong?
(fwiw, the Ken C compilers were a wonder -- they did not link against the C library, they just made the system calls directly, malloc was defined to brk(), and there was no free() -- and the code is tiny)
It's nice to see the kenc spirit still alive in the Go toolchain -- although that makes sense, since the up through 1.4 or so the go toolchain was derived from ken c :-)
ron