Re: Most awesome string metatable hack
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Most awesome string metatable hack
- From: Roberto Ierusalimschy <roberto@...>
- Date: Sat, 1 Feb 2014 10:53:33 -0200
> 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