lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> 1. In mathematics, function composition is right-associative.

In mathematics, function composition is associative, so it is mostly
a detail whether it is implemented as right- or left-associative;
the final result is the same.

-- Roberto