1

In python, it's said that variables are not like those in C, but are really names that are bound to objects. See, for example, "Understanding python's name binding", "Why should I refer to 'names' and 'binding' in Python instead of 'variables' and 'assignment'?", and "Facts and myths about Python names and values"

At a broad level, is this also true of Ruby?

1
  • 2
    Yes, ruby variables are references bound to objects. Commented Jan 25, 2016 at 17:16

1 Answer 1

3

Yes     

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.