N Best Programming Techniques

From Compsci.ca Wiki

(Difference between revisions)
Jump to: navigation, search
Line 14: Line 14:
#** O'Caml/Haskell
#** O'Caml/Haskell
# '''Regular expressions'''
# '''Regular expressions'''
 +
# '''Anonymous functions/closures'''

Revision as of 03:46, 9 July 2006

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
  4. Anonymous functions/closures
Personal tools