|
|
|
|
|
by olliej
1367 days ago
|
|
If you implemented any language following the spec in a step by step manner they would be dog slow, because any usable spec has to be very explicit in every step required for every operation. All those conversions that you believe only happen if you implement the spec “step by step” always happen. Actual implementations of languages then implement the explicitly described semantics, in whatever way they feel is most efficient. |
|