I started studying RPython and I find it's way of metaprogramming through first running Python interpret over source and then compiling from internally generated objects interesting.
I would like to ask how does RPython do it exactly? Where can I find it in RPython's compiler and if there is more detailed information about this practice?
_______________________________________________ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev