Hacker News new | past | comments | ask | show | jobs | submit login

When you're writing an interpreter, dynamic scope is easier to implement. And it isn't necessarily all that problematic for simple script-type programs, since they don't tend to do much nesting of lexical or execution contexts.

Also it does offer some flexibility, though personally I've never been fond of programmer convenience as an excuse for bug farming.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: