Re: Missing in misc.e
- Posted by Jason Gade <jaygade at yaho?.c?m> Jul 21, 2007
- 684 views
I really like Derek's implementation, although I've only skimmed it and haven't read or tested it in detail. But maybe an empty sequence test should be made before taking pList[1]? Also, this is pure beauty:
constant vUnitTesting = find("-unittest", command_line())
I'd never thought of doing command line switches in that way. Very clever. -- "Any programming problem can be solved by adding a level of indirection." --anonymous "Any performance problem can be solved by removing a level of indirection." --M. Haertel "Premature optimization is the root of all evil in programming." --C.A.R. Hoare j.