Are generators supported in RPython, because I just read something in PyPy's documentation that says they are not
They seem easy to be translated to a statically typed language like C because every generation step is generated in function call.
Can someone explain why ? Or shed some more light on the subject. I am currently trying to learn the basics of writing RPython safe code.