|
|
|
|
|
by randomguy1254
3555 days ago
|
|
Sorry, I edited my comment and you may have missed it. How would you emulate multi-line closures in Python? A free function which you can pass to a higher order function is not a closure. I think you would need to create a functor, and that becomes even more verbose. |
|