Skip to content
  • Armin Rigo's avatar
    issue47 in-progress · d254c645de3c
    Armin Rigo authored
    New official entry points into PyPy:
    A    dist/pypy/bin/py.py
    A    dist/pypy/bin/translator.py
    D    pypy/interpreter/py.py
    
    translate_pypy and associated files have been moved:
    A    dist/pypy/translator/goal
    D    dist/goal
    
    There is a new directory for demo material, where I kept some of the examples
    of the old goal directory and commented them:
    RM   dist/demo
    M    dist/demo/foodbill.py
    M    dist/demo/dis-goal.py
    M    dist/demo/http-and-html.py
    
    There are three new demos too.  Two about the thunk object space and one
    showing a nicely annotated and translated piece of code (from the Psyco tests,
    originally by Neil Schemenauer):
    AM   demo/bpnn.py
    A    demo/sharedref.py
    AM   demo/fibonacci.py
    d254c645de3c