I just on internet the Google is using swig.
Does any one have used that and tell me will it be helpful for me.
I mean why it is used and how it can make my work good.
As google is using it must be good
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Just because someone uses something does not make it good. That being said I love my Swig.
I’ve used it to wrap C++ libraries in Java and Python. It lets me write code once and still use that code in other languages. It translates the API in a meaningful and consistent manner, which is something not to be underestimated. In short, it makes life easier for those of us who have to work in multiple languages with multiple libraries at the same time.