Skip to content

Instantly share code, notes, and snippets.

@yunchih
Created October 30, 2014 13:28
Show Gist options
  • Select an option

  • Save yunchih/d6271d17012067095cb1 to your computer and use it in GitHub Desktop.

Select an option

Save yunchih/d6271d17012067095cb1 to your computer and use it in GitHub Desktop.

You kids these days have it great. You play with your Ruby or Python and just make objects and variables without any care for where they live. You don't care if it's on the "stack", and the heap? Fuggedaboutit. You don't even know, and you know what, chances are your language of choice doesn't even put the variables on stack at all. It's all heap, and you don't even know if it is.

A quote from Learn C the hard way

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment