[pypy-dev] Using PyPy's GC

Maciej Fijalkowski fijall at gmail.com
Mon Nov 4 00:57:26 CET 2013


On Mon, Nov 4, 2013 at 1:07 AM, Ryan Gonzalez <rymg19 at 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?
>
> --
> Ryan
>
> _______________________________________________
> pypy-dev mailing list
> pypy-dev at python.org
> https://mail.python.org/mailman/listinfo/pypy-dev
>

Yes, you can use the same GC. RPython is a garbage collected language.
In fact you can use the same JIT.


More information about the pypy-dev mailing list