Reputation: 99488
Name binding and language binding are different concepts. But I wonder if they are related and how they differ? Especially interested in the relation part. For example, if language binding is implemented in terms of name binding?
Thanks and regards!
Upvotes: 1
Views: 333
Reputation: 363737
They share the term binding in their names, that's about all. Of course a language binding will bind some names, but so will any non-trivial computer program.
Upvotes: 2