What does binding mean exactly?
        Posted  
        
            by Lily
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Lily
        
        
        
        Published on 2010-04-13T19:11:42Z
        Indexed on 
            2010/04/13
            19:23 UTC
        
        
        Read the original article
        Hit count: 484
        
I always see people mention that "Python binding" and "C Sharp binding" etc. when I am actually using their C++ libraries. What does binding mean? If the library is written in C, and does Python binding means that they use SWIG kind of tool to mock a Python interface?
Newbie in this field, and any suggestion will be welcomed.
© Stack Overflow or respective owner