Practical HipHop

Speaker : Scott MacVicar

Date : Saturday 9th October
Time : 16:15
Location : Track 2

Slides : Not yet available.
Feedback: http://joind.in/2062

HipHop is a new PHP runtime written and open sourced by Facebook that takes advantage of the fact that there are many similarities between PHP and C++. HipHop converts PHP into semantically equivalent C++ removing the interpreted stages that can make PHP slow.

This session will cover building HipHop, the minor conversions to applications to run under HipHop and how to develop your own HipHop extension.