Editing 2210: College Athletes

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 8: Line 8:
  
 
==Explanation==
 
==Explanation==
 +
{{incomplete|Created by an Stephs Curryses. Please mention here why this explanation isn't complete. Do NOT delete this tag too soon.}}
 +
 
[[Ponytail]] is reading from her phone about the [https://www.nytimes.com/2019/09/30/sports/college-athletes-paid-california.html California Fair Pay to Play act], which was signed into law on September 30, 2019, two days before this comic was released. It gives college athletes the rights to their name and image (face, body, etc.) for financial gain, in contrast to {{w|NCAA}} rules which require that athletes be unpaid. This bill threatens {{w|Amateurism in the NCAA|the NCAA's notion of amateurism}}, which has become a topic of public debate.
 
[[Ponytail]] is reading from her phone about the [https://www.nytimes.com/2019/09/30/sports/college-athletes-paid-california.html California Fair Pay to Play act], which was signed into law on September 30, 2019, two days before this comic was released. It gives college athletes the rights to their name and image (face, body, etc.) for financial gain, in contrast to {{w|NCAA}} rules which require that athletes be unpaid. This bill threatens {{w|Amateurism in the NCAA|the NCAA's notion of amateurism}}, which has become a topic of public debate.
  
Line 13: Line 15:
  
 
Ponytail doesn't believe Cueball, but he carries on claiming that all members of his school's basketball team thus have changed their name to {{w|Steph Curry}} after the NBA player who plays for the {{w|Golden State Warriors}}, a team in California. Cueball explains in particular that only one player copied the name from the NBA player, then another member of the team copied the name from that player, and so on.  
 
Ponytail doesn't believe Cueball, but he carries on claiming that all members of his school's basketball team thus have changed their name to {{w|Steph Curry}} after the NBA player who plays for the {{w|Golden State Warriors}}, a team in California. Cueball explains in particular that only one player copied the name from the NBA player, then another member of the team copied the name from that player, and so on.  
 +
 +
This is of course an error, since they had right to use names only of California athletes, and as this is a state other than California, they could not have used the law to use the name of one of their fellow teammates. This would be a mistake by Randall, or perhaps it is Cueball just making a joke.
  
 
As it turns out, in his final remark, all this has only been the setup for his grand joke: Cueball tells Ponytail and White Hat that this process of recursive name usage is known as "currying". In addition to a pun with basketball rules against ''carrying'', avoidance of which often involves passing from one player to another, this is also a play on both the basketball player's name "Curry" used here, as well as the mathematical procedure called {{w|currying}}, named after mathematician {{w|Haskell Curry}}. This sort of humor is very typical of Cueball, leading Ponytail to state that she "hates him".
 
As it turns out, in his final remark, all this has only been the setup for his grand joke: Cueball tells Ponytail and White Hat that this process of recursive name usage is known as "currying". In addition to a pun with basketball rules against ''carrying'', avoidance of which often involves passing from one player to another, this is also a play on both the basketball player's name "Curry" used here, as well as the mathematical procedure called {{w|currying}}, named after mathematician {{w|Haskell Curry}}. This sort of humor is very typical of Cueball, leading Ponytail to state that she "hates him".
Line 18: Line 22:
 
Currying is when a multi-variable function is broken down into a sequence of single-variable functions, each of which outputs a new function until the final variable is consumed. For example, the function f(x,y,z) can be curried into f(x)(y)(z), where f is a function that consumes x and produces a function f(x), which in turn consumes y, yielding the function f(x)(y), and that in turn is a function f(x)(y) which consumes the parameter z to finally produce f(x)(y)(z), which is equal to the original f(x,y,z). This is not commonly used in most areas of math except for foundational logic but it is widely used in functional programming.
 
Currying is when a multi-variable function is broken down into a sequence of single-variable functions, each of which outputs a new function until the final variable is consumed. For example, the function f(x,y,z) can be curried into f(x)(y)(z), where f is a function that consumes x and produces a function f(x), which in turn consumes y, yielding the function f(x)(y), and that in turn is a function f(x)(y) which consumes the parameter z to finally produce f(x)(y)(z), which is equal to the original f(x,y,z). This is not commonly used in most areas of math except for foundational logic but it is widely used in functional programming.
  
βˆ’
When Cueball says ''a team made up entirely of Steph Currys'', White Hat questions what the plural form should be, and should it instead have been "''Stephs Curry''"? This is referring to the pluralization of phrases where a noun is followed by a modifier of some sort, such as ''attorneys general'', ''parts unknown'', ''heirs apparent'', ''mothers-in-law'', and so on. In these cases, plurals are formed by pluralizing the noun parts of the phrases; however, some of these are rare or foreign enough that speakers of English don't always identify them correctly and pluralize the last word instead, e.g. ''attorney generals''.
+
When Cueball says ''a team made up entirely of Steph Currys'', White Hat questions what the plural form should be, and should it instead have been "''Stephs Curry''"? This is referring to the pluralization of phrases where a noun is followed by a modifier of some sort, such as ''attorneys general'', ''parts unknown'', ''heirs apparent'', ''mothers-in-law'', and so on. In these cases, plurals are formed by pluralizing the noun parts of the phrases; however, some of these are rare or foreign enough that speakers of English don't always identify them correctly and pluralize the last word instead, e.g. *''attorney generals''.
  
 
The title text is a computer science joke, saying that the Steph Currys basketball team's signature play is the "three-point combinator", a joke on the {{w|three-point play}} in basketball, and a type of {{w|Fixed-point_combinator#Y_combinator|fixed-point combinator}} called the [https://rosettacode.org/wiki/Y_combinator Y Combinator], introduced by Haskell Curry. The description of "three-point combinator" is dense with word play that relates to the Y Combinator, which is used to implement {{w|recursive}} methods in functional programming languages, has notable properties relating to halting (see: the {{w|halting problem}}), and has a common form in which a second argument is used as a counter that is increased by one with each recursive call until termination. "Signature play" may also be a play on words, as currying transforms a {{w|Type_signature#Method_signature|method signature}}.
 
The title text is a computer science joke, saying that the Steph Currys basketball team's signature play is the "three-point combinator", a joke on the {{w|three-point play}} in basketball, and a type of {{w|Fixed-point_combinator#Y_combinator|fixed-point combinator}} called the [https://rosettacode.org/wiki/Y_combinator Y Combinator], introduced by Haskell Curry. The description of "three-point combinator" is dense with word play that relates to the Y Combinator, which is used to implement {{w|recursive}} methods in functional programming languages, has notable properties relating to halting (see: the {{w|halting problem}}), and has a common form in which a second argument is used as a counter that is increased by one with each recursive call until termination. "Signature play" may also be a play on words, as currying transforms a {{w|Type_signature#Method_signature|method signature}}.
Line 53: Line 57:
 
[[Category:Math]]
 
[[Category:Math]]
 
[[Category:Programming]]
 
[[Category:Programming]]
βˆ’
[[Category:Puns]]
 

Please note that all contributions to explain xkcd may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see explain xkcd:Copyrights for details). Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following CAPTCHA:

Cancel | Editing help (opens in new window)