Deferred Execution
Deferred execution is a core architectural principle in Xorq that builds computational graphs rather than immediately executing operations. This approach enables powerful optimizations, cross-engine portability, and efficient resource management - similar to how Polars Lazy, and Dask Delayed work, but specifically designed for ML pipelines and multi-engine data workflows.