What "exotic" language feature do you use every day?
Posted
by fmark
on Stack Overflow
See other posts from Stack Overflow
or by fmark
Published on 2010-05-12T01:10:08Z
Indexed on
2010/05/12
1:14 UTC
Read the original article
Hit count: 280
For most programmers using procedural or object-oriented languages there is a language-feature lowest common denominator: variables, procedures, standard control structures, and classes.
However, almost all languages add features on top of this. Recent C# versions have LINQ and delegates. C++ has template metaprogramming. Java has annotations. What features such as these do you use every day?
© Stack Overflow or respective owner