Goto (Posting On Python-List Prohibited)

Gregory Ewing greg.ewing at canterbury.ac.nz
Sat Dec 30 18:22:11 EST 2017


bartc wrote:
> C doesn't in general have local functions. My own languages don't 
> implement them properly. So I tend not to use them.

Looks like there's something circular going on here. You don't
have much experience of using local functions, so you don't
see a lot of value in them, so you haven't made the effort to
implement them in your own languages, so you don't get much
experience in using them.

-- 
Greg



More information about the Python-list mailing list