"Conrad Schneiker/Austin/Contr/IBM" <schneik / us.ibm.com> writes: > Anyone know what the equivalent function is called in Mathematica? Maple? > MathCAD? <Etc.>? (Or in CLOS/Lisp/Scheme? Or Haskell?) mercury uses foldl and foldr caml uses fold_left and fold_right ...