Django laziness at all levels May 12th, 2008
Lazy evaluation in Django means you can wait till the last possible moment before modifying what you want from the database.
Garbage collection, in a very real sense
Lazy evaluation in Django means you can wait till the last possible moment before modifying what you want from the database.
A hundred years from now, all code will look both similar and different.