Hacker News new | ask | show | jobs
by ActorNightly 31 days ago
Python has had lazy imports from like day one, where you could have an import statement in a function, and the library won't be imported until that function is hit.