This is rather a hypothetical question, but I have been looking forward to an answer on the Internet for a while.
I read that programming languages ββuse a bunch to store references and a stack for values ββ/ data. In ruby, everything is an object, and we may have to save only links, does ruby ββuse the stack to manage memory, or just a bunch?
Thank you in advance:)
source share