This is an attempt to produce similar behavior as seen in the sorted( ) function in Python. Supporting only one of the three optional arguments. The key - Specifies a function of one argument that is used to extract a comparison key from each list element
2 people like thisPosted: 13 years ago by Cameron Frederick
Just toying around with making my F# code a little smaller with Haskell operators
5 people like thisPosted: 12 years ago by Cameron Frederick
Concatenates two strings together: ML or OCaml style
2 people like thisPosted: 13 years ago by Cameron Frederick