I like Go, and I'm thinking about writing a shell in it, but I'm not sure how well Go's runtime will play with fork and exec (probably not well). Any advice?
👤 h4ck_th3_pl4n3t Accepted Answer ✓
Take a look at yaegi, it already can be used and embedded as a REPL and shell. [1]