in reply to Re^2: Language Conversion
in thread Language Conversion

No, just interfaces to other systems.

Replies are listed 'Best First'.
Re^4: Language Conversion
by ikegami (Patriarch) on Sep 09, 2009 at 21:58 UTC

    So it's not for security reasons, it's to interface to other systems?

    You could write an XS module to interface with the C interface. XS isn't pretty, but it's definitely easier than porting an entire application! And then there's Inline::C that makes it even easier!