Content deleted Content added
→Functional versus pure functional in lede: adding more; forgot to sign |
→Functional versus pure functional in lede: removing auto-sign |
||
Line 75:
def get_five_ints():
return list(map(lambda _: int(input("Enter an integer: ")), range(5)))
"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)
|