Really? I thought ActiveState's .Net integration was really a thin wrapper around COM interop. Meaning that you could basically use .Net components from Perl but not really the other way around.
Marked as answer byAnonymousThursday, October 7, 2021 12:00 AM
I doubt it. Python and Ruby already had implementations targeting the jvm. IronPython was initally written by the same guy who did Jython. Perl has proven to be very hard to port to vms. so much so that they're writing a custom
vm for perl6. More over, perl has a really whacky inheritance model which would be hard to shoehorn into .Net.
Really? I thought ActiveState's .Net integration was really a thin wrapper around COM interop. Meaning that you could basically use .Net components from Perl but not really the other way around.
Marked as answer byAnonymousThursday, October 7, 2021 12:00 AM