Comment on What programming tasks should you be able to accomplish to be considered an "A" ranked Hacker?parentComments−sanj18yI'd add:* build a non-trivial and well-performing interpreter−dfranke18yDepending on how loosely you define well-performing, that probably entails my definition of a compiler.−sanj18yAgreed. But I was thinking more of dealing with the interesting runtime and caching issues that interpreters run into.You hit neat stuff like call overhead of the base language.
Comments
I'd add:
* build a non-trivial and well-performing interpreter
Depending on how loosely you define well-performing, that probably entails my definition of a compiler.
Agreed. But I was thinking more of dealing with the interesting runtime and caching issues that interpreters run into.
You hit neat stuff like call overhead of the base language.