Open
Description
A flag to enable lazy array behavior would be useful https://data-apis.org/array-api/draft/design_topics/lazy_eager.html.
We have to be careful here because we don't want to actually build a real "lazy" array package here. It should probably just continue to evaluate everything, but make functions like __int__
raise an exception.