How Do I Make a PHP Module with the Vala Programming Language?

Posted by Volomike on Stack Overflow See other posts from Stack Overflow or by Volomike
Published on 2010-05-15T02:06:04Z Indexed on 2010/05/15 2:14 UTC
Read the original article Hit count: 246

Filed under:
|
|
|

This new language called Vala, which is said to be C#-like and supposedly easier than C++ or C, compiles down into C on Linux with the GCC compiler.

Sounds great. Now I want to use it to make a PHP module so that slow PHP code can be made in Vala and imported into PHP as a function.

How do I accomplish this in Vala? Is it even possible?

© Stack Overflow or respective owner

Related posts about vala

Related posts about php