2009/4/23 Werner LEMBERG <w...@gnu.org>: > >>> Please review this patch here: >>> >>> http://codereview.appspot.com/8874/show >> >> Looks good! > > I'm not a good lisp programmer, but isn't the standard method for > searching like that to not use a loop but recursive calls? It doesn't > really matter, but Han-Wen likes to use recursive calls a lot :-)
As Carl's pointed out, the internal loop is recursive, though I guess it might be more idiomatic to use tail recursion instead of calling the loop with different arguments. Regards, Neil _______________________________________________ lilypond-devel mailing list lilypond-devel@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-devel