Generators in Python
Wednesday, 24. October 2007
Even though I have used Python many times to implement my own game idea, I haven’t reconized generator until today.
I am a little surprised at the lazy evaluation technique because it doesn’t exist in Java world.