in reply to Re: Replacing builtin macro languages with perl -- how difficult?
in thread Replacing builtin macro languages with perl -- how difficult?

As Java has reflection (which basically can be construed as OLE), there is a possibility to create a Java-Perl bridge where Perl code can issue calls to Java. See for example Inline::Java.

This is still a huge lot of work and replacing one macro language interpreter with another one is not easy.

  • Comment on Re^2: Replacing builtin macro languages with perl -- how difficult?