About Miloslav Beňo

Miloslav graduated at Faculty of Mathematics and Physics at Charles University in Prague. He is developer of open-source PHP language compiler called Phalanger. Beside of compilers and dynamic languages he is also interested in semantic web technologies. Available on twitter @miloslavbeno

.NET interoperability overview of Phalanger 3.0

The main goal of Phalanger is to provide fast and easy means for PHP and .NET languages to interoperate with each other. When using Phalanger, PHP becomes a .NET language, but it’s still a dynamic language. That means that, in order to communicate with strongly typed languages as C#, we need more sofisticated architecture. This comes with DLR (Dynamic Language Runtime) and dynamic keyword in C#. Continue reading