Articles in the Experiments category

  1. Keystone JIT Experiment

    I've been experimenting with building a JIT in Python, and came across Keystone Engine.

    You can install the entire Keystone module using pip if you plan on only using it from within Python,

    pip install keystone-engine
    

    To write our experimental JIT, we'll need to use a few functions from the …