Why I prefer UNIX

“…modularity means more than modules. Our ability to decompose a problem into parts depends directly on our ability to glue solutions together. To support modular programming, a language must provide good glue…Smaller and more general modules can be reused more widely, easing subsequent programming” (Hughes, 22).

“Write programs that do one thing and do it well” (Raymond).

“C is not a “very high level” language, nor a “big” one, and is not specialized to any particular area of application. But its absence of restrictions and its generality make it more convenient and effective for many tasks than supposedly more powerful languages. C was originally designed for and implemented on the UNIX operating system on the DEC PDP-11, by Dennis Ritchie” (Kernighan and Ritchie, ix).

“UNIX is not popular because it is the best operating system one could imagine, but because it is an extremely flexible system which is easy to extend and modify. It is an ideal platform for developing new ideas” (Burgess, 5).

This post is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License