I haven't found an easy way to execute PHP code from a string, like for example in IronRuby or IronPython:
https://github.com/toburger/RulesEngine/blob/master/RulesEngine/Models/RubyRuleEngine.cs#L28
How can I realize such things via Phalanger?
I think such kind of usage for Phalanger would be of tremendous usefullness. Lots of people (also non-developers) know how to write PHP code and extending an application with PHP scripting capabilities would be great!