On Tue, Mar 27, 2018 at 5:54 PM, Gregory Ewing <[email protected]> wrote: > Chris Angelico wrote: >> >> Question: How do you get a reference to a Ruby function? Or are they >> not first-class objects? > > > They're not first-class. So, you can't. >
Ahh, that explains it. Great. So how do you build higher-order functions? Or don't you? ChrisA -- https://mail.python.org/mailman/listinfo/python-list
