what does := means simply?

bartc bc at freeuk.com
Fri May 18 14:53:59 EDT 2018


On 18/05/2018 19:36, Chris Angelico wrote:
> On Sat, May 19, 2018 at 3:27 AM, bartc <bc at freeuk.com> wrote:

> Once again, you're confusing *porting* with *emulating*.

This is the point. Those libraries are specific to Python and cannot be 
ported.

And very often they don't just provide general support that can be 
found, in different forms, in any target language, but is also specific.

Then if you are still porting your application, rather than rewriting or 
heavily adapting, you will need to emulate what they do.

> If you don't
> understand the difference between those two concepts, I recommend
> spending some time with Wikipedia.

And I recommend you doing some actual porting from Python or any other 
big language.

-- 
bartc



More information about the Python-list mailing list