Computer Language Shootout
- Posted by Jason Gade <jaygade at yahoo.com> Jan 08, 2007
- 624 views
I'm adding reverse-complement and partial-sums to the archive. I want to test them both first. I notice that reverse-complement opens files for its input and output whereas the contest specifies stdin/stdout. I can fix that. Same with partial-sums. -- "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.