in reply to Re^17: Modernizing the Postmodern Language?
in thread Modernizing the Postmodern Language?

My take on this is that it depends on the objective.

If the goal is to simplify accessing Perl internals for module authors, creating a wrapper macro/class ( XSS = XS-Simple ? ) for a new API seems the way to go. Preferably in a modular/ linkable way. Since this would rely on standardized XS it should also be backwards compatible.

Changing the XS implementation is another beast, while this might benefit core devs I doubt there is a mid-term return of investment justifying the risk.

Again, theoretical thoughts. If I'm wrong about the details, please enlighten me. :)

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery

  • Comment on Re^18: Modernizing the Postmodern Language?