I know => in Scala is used in function literals and means "convert the thing on the left to the thing on the right". But what is the symbol actually called? Equals, implies, lambda? What?
|
|
||||
|
I remember having read the term "rocket" somewhere, probably in the book Programming Scala by Dean Wampler and Alex Payne. I found this related answer from Bill Venners on a forum:
So the "official" term used by Odersky is "right arrow". |
||||
|
|
|
In the scala docs (A Scala Tutorial for Java Programmers) it is referred as |
|||
|
|
|
Also commonly called "fat arrow" UPDATE: oh I just noticed that Paolo Falabella mentioned it in a comment above. Whatever, it is just as as well to have a proper answer here as "fat arrow" is indeeed a very common name for it. |
|||
|
arrowormakes? – SLaks Jan 2 at 21:12->. See this on fat arrows in javascript or this on fat vs thin arrows in Kotlin – Paolo Falabella Jan 2 at 21:20