RPython By Example

Contents:

  • Overview
  • Getting Started
  • Built-in Types
  • Built-in Functions
  • Classes
  • Flow Control
  • Modules (rlib)
  • JIT
  • Foreign Function Interface (rffi)
  • Compilation Errors
  • Rewriting Python Benchmarks
  • Examples with RPython
  • References
RPython By Example
  • »
  • Examples with RPython
  • Edit on GitHub

Examples with RPython

Here are some examples implemented with RPython:

References:
  • Tutorial: Writing an Interpreter with PyPy, Part 1

  • Tutorial Part 2: Adding a JIT (code)

  • Kermit - an example interpreter

  • Implementing a Calculator REPL in RPython (code)

Previous Next

© Copyright Mingshen Sun.

Built with Sphinx using a theme provided by Read the Docs.