[plt-scheme] Experience Using Mz(Dr)Scheme for Numerical Work

From: Noel Welsh (noelwelsh at yahoo.com)
Date: Mon Apr 18 05:25:57 EDT 2005

Two suggestions:

mzc may speed up the loops a bit.  You don't mention having
tried it.

You might find implementing a DSL in Scheme that you can
easily compile to efficient C/assembler is worthwhile. 
It's more work up-front, but it is much more fun!  It may
also pay for itself in the long run.  With the FFI you can
compile and load code on the fly, so no need to a slow
yourself down with a compile/link stage.

What platform are you using?

Cheers,
Noel

Email: noelwelsh <at> yahoo <dot> com
AIM: noelhwelsh


		
__________________________________ 
Do you Yahoo!? 
Make Yahoo! your home page 
http://www.yahoo.com/r/hs



Posted on the users mailing list.