Skip to content

Instantly share code, notes, and snippets.

@troeger
troeger / cpython2pypy_minimal.py
Last active February 24, 2016 21:36
A minimal example for calling the PyPy interpreter from CPython.
#!/usr/bin/env python
'''
A minimal example for calling the PyPy interpreter from CPython.
Derived from pyinteractive.py.
This only intended to understand what is going on when.
PyPy triggers arbitary C compiler runs in between ...
'''
source="print 'Hello World'"
@troeger
troeger / rpipypy.md
Last active August 29, 2019 14:56
Cross-compilation of PyPy for RaspberryPi