Y
Hacker News
new
|
ask
|
show
|
jobs
by
belval
221 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.
2 comments
bloppe
221 days ago
Lazy is more canonical:
https://en.wikipedia.org/wiki/Lazy_evaluation
link
_moof
221 days ago
"Lazy" is standard language for this kind of behavior.
link