Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

In Common Lisp, all globals are dynamically scoped. Lexical scoping only exists in limited scopes (e.g. a function body). There are non-standard extensions provided by many compilers to expose lexical globals. You can also kind of hackily create your own “lexical global” using a simple symbol macro, but it has some serious caveats.


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

Search: