|
|
|
|
|
by chousuke
5000 days ago
|
|
> Doing more (Which a more highly abstracted languages must do) Can you explain why you think this assumption is true? I don't think it is. A higher level of abstraction may allow your to convey more information in less code, but that does not mean it necessarily translates to more machine code. In fact, when you operate on a higher level of abstraction with more information available, the compiler may even have more freedom to produce highly efficient output without breaking expected semantics. |
|