Post processors should never be written in a compiled language like C++. It's no good for string handling and constant configuration (ie hacking) that's necessary. They're almost always written in an interpreted language -- one that's made up by the company, or based on a standard language like perl or python.
If they were in a standard language like python they'd be easy to share. |