|
|
|
|
|
by chrisseaton
1656 days ago
|
|
I can list many major influential papers in computer science that described an idea and didn't really give any concrete code, where we're still using the idea today. For example the paper on polymorphic inline caching, which is the key idea for the performance of many programming languages today, just described the idea, and didn't present any code. How was it evaluated? People sat and thought about it. Holds up today. You can reason about an idea through other things than concrete code. Code is transient and incidental. Ideas persist. |
|