PHP and Mono
Sterling
Hughes: I've written a wrapper for php5, you can download
it
here.
<?php
$Console = new Mono('System.Console');
$Console->WriteLine('Hello World');
?>
A few years back, I was able to do
similar things with .NET using COM interop.