--- On Wed, 5/4/11, Khurram Khan <[email protected]> wrote: > We were thinking if its possible for you to translate this simple code > of C++ in Clean and provide some comments on it as well.
1) Here's a simple C++ program that uses std::cout http://shootout.alioth.debian.org/u32/program.php?test=mandelbrot&lang=gpp&id=3 Here's a similar Clean program http://shootout.alioth.debian.org/u32/benchmark.php?test=mandelbrot&lang=clean 2) Here's a simple C++ program that uses std::cout http://shootout.alioth.debian.org/u32/program.php?test=binarytrees&lang=gpp&id=2 Here's a similar Clean program http://shootout.alioth.debian.org/u32/program.php?test=binarytrees&lang=clean&id=3 3) Here's a simple C++ program that uses printf http://shootout.alioth.debian.org/u32/program.php?test=nbody&lang=gpp&id=4 Here's a similar Clean program http://shootout.alioth.debian.org/u32/program.php?test=nbody&lang=clean&id=1 _______________________________________________ clean-list mailing list [email protected] http://mailman.science.ru.nl/mailman/listinfo/clean-list
