Does ST run on the .NET platform?(StringTemplate)
Yes. All current C# implementation(s) of StringTemplate were developed primarily on the Microsoft .NET platform. It is also possible to run the Java version of ST on the .NET platform (and perhaps Mono) by using ikvm the Java virtual machine for the .NET platform http ...
Does ST run on Mono?(StringTemplate)
Mono platform has a mature CLR, a robust and complete C# compiler and, a comprehensive framework library. The C# implementation(s) of StringTemplate should therefore run on Mono. There are user reports that this is the case. Mono support hasn't been tested as rigourously as the Microsoft .NET ...