soc to Programming LanguagesEnglish · 3 months agoLibrary Design: Naming Conventions – Streamingsoc.meexternal-linkmessage-square1linkfedilinkarrow-up13arrow-down10
arrow-up13arrow-down1external-linkLibrary Design: Naming Conventions – Streamingsoc.mesoc to Programming LanguagesEnglish · 3 months agomessage-square1linkfedilink
minus-squarebitcrafterlinkfedilinkarrow-up2·3 months agoThe very first example on that page is: List(1, 2, 3).map(_ + 1) --> List(1, 2, 3) I have a really hard time taking seriously a language that does the wrong thing when asked to add one to each element in a list…
The very first example on that page is:
List(1, 2, 3).map(_ + 1) --> List(1, 2, 3)I have a really hard time taking seriously a language that does the wrong thing when asked to add one to each element in a list…