Re: lazy-let & loop
| Newsgroups | gmane.lisp.clisp.devel |
|---|---|
| Message-ID | <3b714a22afb24398a7b3e7a315f0deb0@HE105658.emea1.cds.t-internal.com> |
Sam, Your lazy-let reminds me of the trouble Pythonistas have with the local/global variable dichotomy and the `global` statement. That made it into the Python programming FAQ. IIRC, setting a variable first defines it in the local environment; only reading one sees the global environment. https://docs.python.org/3/faq/programming.html#what-are-the-rules-for-local-and-global-variables-in-python I believe the Python lesson clearly is to *not* re-invent that trouble in Lisp. Regards, Jörg ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ clisp-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/clisp-devel