> The main difference, as has been pointed out before, is that Python
generators are more common as an idiom for solving problems that in
Racket would typically be approached differently.

This piqued my interest. Can you elaborate a bit or give an example? How
would one approach things with Racket differently?

I imagine some input, that is too big and should be handled one element
at a time instead. How would one do that in Racket, when not using
something comparable to a Python generator?

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to