Mark Lawrence <[email protected]> Wrote in message: > On > THINK BIG start small. Little steps. Divide and conquer. I'd guess > that you've heard at least one of those if not all of them. > > Personally I don't believe that you can call yourself a professional > programmer until you've inadvertantly written an infinite number of > infinite loops :) > >
I wrote code whose purpose was to generate other code whose purpose was to generate code that in turn was a library. The code that I wrote using that library had a purpose of modifying code being compiled by a customer of this system. And this approach was the quickest way I could find to solve the original problem. And I was issued a patent on the end result. Incidentally the generated code was used without manual editing, but was properly indented and commented, to make debugging possible. -- DaveA _______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor
