N Best Programming Techniques
From Compsci.ca Wiki
Ten best programming techniques you're (probably) not using.
- Pattern matching
- Examples:
- Common Lisp (destructuring-bind)
- Erlang
- Haskell
- O'Caml
- SML/NJ
- Examples:
- Templates/Generics
- Examples:
- C++/D
- Java/Scala
- O'Caml/Haskell
- Examples:
- Regular expressions