in reply to Re^2: Macro-envy, a snippet.
in thread Macro-envy, a snippet.

I started work on Sub::Compose in part to start down this road. Right now, it uses Data::Dump::Streamer to deconstruct the subrefs into text, then stitches them together and evals them. I got some info from a few people that I haven't had the tuits to really work through to build a composer on the bytecode level. Maybe, I should.

My criteria for good software:
  1. Does it work?
  2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?