Will it help us to sell the proposal if the following syntax is supported? Not sure if it’s feasible.
numpy => import numpy
or
defer import numpy
It “sort of” tackles the lazy import syntax in an unexpected way. AFAIK this is also a highly demanded feature.