|
|
|
|
|
by dymk
2768 days ago
|
|
Actually, lack of a GC is overkill (in terms of control needed over memory) for most command line tools. Having to manually track memory liveness C adds a large amount of complexity to tools like awk, sed, grep (which are already complex beasts themselves). |
|