Programming Concepts That Were "Automated" By Modern Languages
Posted
by Ygam
on Stack Overflow
See other posts from Stack Overflow
or by Ygam
Published on 2010-05-15T06:28:50Z
Indexed on
2010/05/15
6:34 UTC
Read the original article
Hit count: 171
language-agnostic
Weird question but here it is. What are the programming concepts that were "automated" by modern languages? What I mean are the concepts you had to manually do before. Here is an example: I have just read that in C, you manually do garbage collection; with "modern" languages however, the language itself takes care of it. Do you know of any other, or there aren't any more?
© Stack Overflow or respective owner