uses for dynamic scope?

Posted by Stephen on Stack Overflow See other posts from Stack Overflow or by Stephen
Published on 2010-06-05T06:32:05Z Indexed on 2010/06/05 6:42 UTC
Read the original article Hit count: 278

Filed under:
|
|

Hi, I've been getting my hands wet with emacs lisp, and one thing that trips me up sometimes is the dynamic scope. Is there much of a future for it? Most languages I know use static scoping (or have moved to static scoping, like Python), and probably because I know it better I tend to prefer it. Are there specific applications/instances or examples where dynamic scope is more useful?

© Stack Overflow or respective owner

Related posts about lisp

Related posts about scope