
3 Mar
2004
3 Mar
'04
4:40 a.m.
Jared Roberts wrote:
To help me evaluate the design, I wrote a few quick client programs to try and get a feel for the 'language'. The most instructive of these, was a quicksort function, modelled after the example given on the haskell home page ( http://www.haskell.org/aboutHaskell.html ):
template<typename ordT> struct quicksort : public c_fun_type<list<ordT>, list<ordT> > { [snip]
Cute. Do you have some timings for this? How fast is it? -- Giovanni Bajo