Chris Angelico wrote:
Ahh, that explains it. Great. So how do you build higher-order functions? Or don't you?
You don't, exactly. You have to pass around objects with a method to invoke when you want to "call" them. Ruby has a code-block syntax that helps with this somewhat, but I don't think you can invoke one with the same syntax that you use for calling a method. -- Greg -- https://mail.python.org/mailman/listinfo/python-list