I made scheme to (readable) c++11 translator http://www.suri.cs.okayama-u.ac.jp/servlets/APPLICATION.rkt
You can use this from shell command line http://www.suri.cs.okayama-u.ac.jp/~niitsuma/scm2cpp/scm2cpp-commandline.tar.gz usage $ racket -t scm2c.typ sample.scm There are still some bug (especially converting "let" , "define" inside "define" and so on ). Now works for only SIMPLE scheme code into c++11. However converted code is readable. you can easily fix miss converted code. This converter based on this converter. http://people.csail.mit.edu/jaffer/Schlep/scm2c.html _________________________________________________ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users