j
k
j a
j l
2009/8/8 Greg Ewing <greg.ewing@canterbury.ac.nz>:
My suggestion for a lightweight lambda syntax is args -> expr Examples: map(x -> x + 5, something) d = defauldict(->[])
My suggestion for a lightweight lambda syntax is
args -> expr
Examples:
map(x -> x + 5, something)
d = defauldict(->[])
+1 Paul.
Back to the thread
Back to the list