Talk:Functional programming: Difference between revisions

Content deleted Content added
SineBot (talk | contribs)
m Signing comment by 72.226.86.106 - "Fixing the lede: New section: "Functional versus pure functional in lede""
Functional versus pure functional in lede: adding more; forgot to sign
Line 76:
def get_five_ints():
return list(map(lambda _: int(input("Enter an integer: ")), range(5))) <small class="autosigned">—&nbsp;Preceding [[Wikipedia:Signatures|unsigned]] comment added by [[Special:Contributions/72.226.86.106|72.226.86.106]] ([[User talk:72.226.86.106|talk]]) 02:28, 11 July 2015 (UTC)</small><!-- Template:Unsigned IP --> <!--Autosigned by SineBot-->
 
"Functional" is a manner of abstraction, but "pure functional" gives the nice guarantees like referential transparency and lazy evaluation. --[[Special:Contributions/72.226.86.106|72.226.86.106]] ([[User talk:72.226.86.106|talk]]) 02:37, 11 July 2015 (UTC)
 
== Functional programming in non-functional languages ==