Y
Hacker News
new
|
ask
|
show
|
jobs
by
onedognight
220 days ago
The pep didn’t mention considering reusing `async` instead of `lazy`. That would’ve conveyed the same thing to me without a new keyword, and would haven’t been similar to html’s usage `async`.
1 comments
belval
220 days ago
I personally would have preferred "defer import os" instead of "lazy import os". It might be the non-native showing but lazy import feels unserious.
link
bloppe
220 days ago
Lazy is more canonical:
https://en.wikipedia.org/wiki/Lazy_evaluation
link
_moof
219 days ago
"Lazy" is standard language for this kind of behavior.
link