LastExceed
07/02/2020, 9:36 AMspand
07/02/2020, 9:42 AMLastExceed
07/02/2020, 9:43 AMspand
07/02/2020, 9:43 AMLastExceed
07/02/2020, 9:43 AMLastExceed
07/02/2020, 9:44 AMspand
07/02/2020, 9:46 AMspand
07/02/2020, 9:46 AMspand
07/02/2020, 9:47 AMLastExceed
07/02/2020, 9:48 AMLastExceed
07/02/2020, 9:50 AMLastExceed
07/02/2020, 9:51 AMstephanmg
07/02/2020, 9:58 AMstephanmg
07/02/2020, 10:00 AMstephanmg
07/02/2020, 10:00 AMKroppeb
07/02/2020, 1:03 PMi like to think of functions as simply being syntactic sugar for storing a lambda in a variable, and I'd like to know how far exactly that is from the truthIt's more the opposite way. A lambda in a val is storing an object to a separate class with an
invoke
member function which contains the code for your lambda.stephanmg
07/02/2020, 1:45 PMtseisel
07/04/2020, 9:53 AMfun
and lambda var
should be roughly equivalent