[Shootout-list] Fannkuch implementations - not reverse order
Jim Jewett
Jim Jewett <jimjjewett@gmail.com>
Thu, 31 Mar 2005 19:07:31 -0500
Isaac Gouy:
> Some Fannkuch implementations do the search in reverse order -
> which is smart program design but makes comparison pointless.
> Python and OCaml have already been moved to "interesting alternative
> programs" - please let me know which other programs should be moved,
> and please contribute some boring vanilla implementations.
Lisp CMUCL also uses this shortcut.