応募トーク

これは応募されたトークです。聞きたいと思うトークをSNSで拡散しましょう。選考時に参考にさせていただきます。

talk

Building An Interpreter In RPython(en)

スピーカー

Juozas Kaziukenas

対象レベル:

上級

カテゴリ:

Python Internals

説明

To understand how dynamic programming languages get executed I set out to build a PHP interpreter. Not a joke, I really did it and it worked! The final result was a well-tested piece of Python code, which could be compiled to be very performant as well. The goal of this talk is to introduce you to the basics of interpreters and the tools available in RPython to build one.

目的

Listeners will learn the basics of interpreters, JIT compilers and how to use RPython to build basic interpreters.

概要

To understand how dynamic programming languages get executed I set out to build a PHP interpreter. Not a joke, I really did it and it worked! The final result was a well-tested piece of Python code, which could be compiled to be very performant as well. It's available as an open source project on github http://github.com/juokaz/pyhp.
  • このエントリーをはてなブックマークに追加