N Best Programming Techniques

From Compsci.ca Wiki

Revision as of 23:00, 7 July 2006 by Wtd (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Ten best programming techniques you're (probably) not using.

  1. Pattern matching
    • Examples:
      • Common Lisp (destructuring-bind)
      • Erlang
      • Haskell
      • O'Caml
      • SML/NJ
  2. Templates/Generics
    • Examples:
      • C++/D
      • Java/Scala
      • O'Caml/Haskell
  3. Regular expressions
Personal tools