N Best Programming Techniques
From Compsci.ca Wiki
(Difference between revisions)
		
		
m  | 
		|||
| Line 1: | Line 1: | ||
Ten best programming techniques you're (probably) not using.  | Ten best programming techniques you're (probably) not using.  | ||
| - | # '''Pattern matching'''  | + | <!--# '''Pattern matching'''  | 
#* Examples:  | #* Examples:  | ||
#** Common Lisp (destructuring-bind)  | #** Common Lisp (destructuring-bind)  | ||
| Line 14: | Line 14: | ||
#** O'Caml/Haskell  | #** O'Caml/Haskell  | ||
# '''Regular expressions'''  | # '''Regular expressions'''  | ||
| - | # '''Anonymous functions/closures'''  | + | # '''Anonymous functions/closures'''-->  | 
| + | |||
| + | __TOC__  | ||
| + | |||
| + | =Pattern matching=  | ||
| + | |||
| + | ==Common Lisp (destructuring-bind)==  | ||
| + | ==Erlang==  | ||
| + | ==Haskell==  | ||
| + | ==O'Caml==  | ||
| + | ==SML/NJ==  | ||
| + | =Templates/Generics=  | ||
| + | ==C++/D==  | ||
| + | ==Java/Scala==  | ||
| + | ==O'Caml/Haskell==  | ||
| + | =Regular expressions=  | ||
| + | =Anonymous functions/closures=  | ||
Revision as of 03:58, 9 July 2006
Ten best programming techniques you're (probably) not using.
Contents |