Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

11
  • 1
    $\begingroup$ not Map[f]{a,b,c} but Map[f][{a,b,c}]. $\endgroup$ Commented Aug 3, 2014 at 11:51
  • $\begingroup$ Corrected. Thanks. $\endgroup$ Commented Aug 3, 2014 at 13:20
  • 2
    $\begingroup$ I find them indispensable when exploring any kind of data, since you can just keep tacking things like // Map[..#..&] or //Select[..#..&] onto the end of expressions. $\endgroup$ Commented Aug 3, 2014 at 18:21
  • 2
    $\begingroup$ I am so glad to see people coming to the same conclusions that I did about operator forms! $\endgroup$ Commented Aug 7, 2014 at 18:11
  • 1
    $\begingroup$ @TaliesinBeynon, why not operator form for everything --> Mod[11], ListPlot[Joined->True], Translate[{0,1}], StringSplit[{"..."}] $\endgroup$ Commented Sep 7, 2014 at 18:29