N Best Programming Techniques
From Compsci.ca Wiki
(Difference between revisions)
Line 13: | Line 13: | ||
#** Java/Scala | #** Java/Scala | ||
#** O'Caml/Haskell | #** O'Caml/Haskell | ||
- | # Regular expressions | + | # '''Regular expressions''' |
Revision as of 23:00, 7 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