Talk:Exponentiation order: Difference between revisions

→‎Task necessary?: need for Rosetta Code tasks for the order of other operators?
(→‎Functions: Python "reduce")
(→‎Task necessary?: need for Rosetta Code tasks for the order of other operators?)
Line 29:
::But what about subtraction, division, modulo operation? Do you think there should be similar tasks for them too? If no, why not?
::My point is that all this information should be on a single page/task and not scattered on several subtasks. --[[User:AndiPersti|Andreas Perstinger]] ([[User talk:AndiPersti|talk]]) 08:09, 24 March 2014 (UTC)
 
::: I don't believe there is a need to see   '''b-c-d'''   (and other operators) and how it differs (if at all) among different computer languages.   However, if someone thinks there is a need, and/or they create a Rosetta Code task, they won't have an argument from me.   I'll probably never question the need for the creation of any Rosetta Code task, even if I think it's too trivial.   I won't play the Rosetta Code cop who says this or that task doesn't have merit.   ''Exponentiation order'' is the one thing that isn't 100% consistent (among different computer languages), nor is it even covered/discussed in almost all of the (older) language manuals I'm familiar with.   The fact that there are different interpretations of what   '''5**3**2'''   means the Rosetta Code was worth entering. -- [[User:Gerard Schildberger|Gerard Schildberger]] ([[User talk:Gerard Schildberger|talk]]) 08:35, 24 March 2014 (UTC)