N Best Programming Techniques
From Compsci.ca Wiki
(Difference between revisions)
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.
- 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
- Anonymous functions/closures