PyHUG June Meeting


Details
You can reach us online at the python.tw mailing list https://groups.google.com/forum/#!forum/pythontw , or Freenode/#python.tw IRC channel. All attendees will share the siting rent expense. We will collect the money at the beginning of each quarter, i.e., January, April, July, and October. The regular rate is NTD 400 per person per quarter. The student rate (high schoolers and undergraduates, but graduate students do not apply) is NTD 150 per person per quarter.
Program
7:00pm-7:45pm Talk: “PyPy: Runtime and Dynamic Compilation Framework” (jserv)
7:45pm-8:00pm Questions and Answers (jserv)
8:00pm-9:00pm Free Discussion
9:00pm See You Next Time
Abstract of “PyPy: Runtime and Dynamic Compilation Framework”
PyPy is not just another Python interpreter. It is rather a compiler framework of dynamic languages that exploits the abundant resources of Python. This talk will discuss the architecture of PyPy, RPython used by PyPy, translation, PyPy toolchain, and the new applications enabled by PyPy.
jserv,一個無聊的中年男子,在路上發呆時,總喜歡盯著車牌,試圖找出各種 CPU 架構對應組合語言指令與車牌的關聯。
Reference:(1) PyPy’s Approach to Virtual Machine Construction: http://ebookbrowse.com/pypy-vm-construction-pdf-d934401
(2) PyPy and The Art of Generating Virtual Machines: http://www.pycon.it/media/stuff/slides/pypy-e-larte-di-generare-vm.pdf

PyHUG June Meeting