|
[
Permalink
| « Hide
]
Brian Larson added a comment - 18/Jan/05 08:55 AM
div() was chosen to avoid a conflict with BigInteger.divide(). Other methods are consistent with Groovy and therefore do not conflict.
In a former IRC log session, James decided we should use special method names for method operators (especially for method overloading). All operator methods should be called g$add(), g$xxx(), etc.
We may end up using a particular syntax on the Groovy side, like: operator + (...) {...} |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||