|
|
|
|
|
by tylerhou
2117 days ago
|
|
One way Herb Sutter looks at it is — most advanced programmers could probably write a Python or a Java interpreter. It might take them a few years, and they might struggle with some complex language features like metaclasses, reflection, or the type system, but the language spec is understandable enough that it’s feasible. But give them five years and they would generally not be able to write a C++ compiler. |
|