Hacker News new | ask | show | jobs
by vanderZwan 2786 days ago
> If the results are going to be the same, then what's the possible benefit for any user of a 3D engine?

If it is going to be compiled down to the same binary code, what's the possible benefit of any higher level language?

1 comments

From the possible options I listed above, (c), a substantially easier API.

On the other hand, if it's not exposed to the user, it doesn't particularly matter what structures and math that higher-level language uses behind the scenes to do what it does; most aspects of compiler theory are irrelevant for users of high-level languages.

If the people maintaining the black boxes I rely upon have an easier job keeping it functioning and correct, I would say that is very relevant to me