echo --------------mzscheme------------------ time mzscheme -f test.scm echo --------------ikarus------------------ time ikarus --r6rs-script ikarus-test.scm echo --------------stalin------------------ stalin -On test.scm time ./test echo --------------c++------------------ g++ -O3 test.cpp -o cpptest time ./cpptest