in reply to Re^2: XS Modules - why and when?
in thread XS Modules - why and when?

> I had assumed, perhaps wrongly, that the XS mechanism allows Perl to be connected to any compiled language, at least in theory

While I'm not an XS expert -- and further to ++hippo's excellent reply -- I'd put both Java and C# in a separate category due to their reliance on an underlying virtual machine.

I'm not aware of any plans to implement Perl 5 on the JVM (Java) or the CLR (C#). That this would require a huge technical effort is indicated at:

Update: from the FFI::Platypus docs:

Things not supported include languages that do not compile to machine code ... like .NET based languages and Java

👁️🍾👍🦟