Hi, On Mon, Nov 4, 2013 at 12:57 AM, Maciej Fijalkowski <fij...@gmail.com> wrote: >> If I'm implementing my own language in RPython, can I use the same garbage >> collector that PyPy uses? Or do I have to write my own? > > Yes, you can use the same GC.
More precisely, you *have* to use the same GC (or possibly a different one that is written inside RPython too). You cannot use RPython without also using the GC. A bientôt, Armin. _______________________________________________ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev