Experiences/guidance on teaching Python as a first programming language

Grant Edwards invalid at invalid.invalid
Wed Dec 18 13:00:08 EST 2013


On 2013-12-18, Chris Angelico <rosuav at gmail.com> wrote:

> Well, okay. In C you can't have Foo.foo().

If "Foo" is a structure with a field named "foo" that is a pointer to
a function, then you can indeed "have" Foo.foo().

-- 
Grant Edwards               grant.b.edwards        Yow! It's OKAY -- I'm an
                                  at               INTELLECTUAL, too.
                              gmail.com            



More information about the Python-list mailing list