Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Python
Python syntax in Lisp and Scheme
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Terry Reedy, post: 1730896"] Module level functions are local to the module unless imported by another module. Nested functions are local to the function they are nested within unless explicitly returned. Methods are local to classes and subclasses. Lambda expressions are very local unless somehow passed around. I am not sure which best meets your intention. Yes, named objects, including functions can (locally) shadow (override) builtins. It is considered a bad habit/practice unless done intentionally with a functional reason. Terry J. Reedy [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Python
Python syntax in Lisp and Scheme
Top