|
|
|
|
|
by randcraw
2669 days ago
|
|
Maybe Programming Pearls achieves what Beautiful Code did not? Or Hackers Delight? I think it's hard for code to be beautiful when it's mostly glue (calling libraries) rather than implementing a basic task (like sorting). As such, most modern (glue) languages are less likely to evoke aesthetic wonder in the reader than might a simpler, low level language like C or Pascal. |
|