mzscheme can do it and it's probably the most complete scheme around:
http://docs.plt-scheme.org/mzc/exe.html
But I do not have any first-hand experiences....
Regards
Friedrich
--
Please remove just-for-news- to reply via e-mail.
Yes. Gambit Scheme can do this. Although as Friedrich notes PLT
scheme would be the most complete Scheme implementation I've found.
http://dynamo.iro.umontreal.ca/~gambit/wiki/index.php/Main_Page
I had a go at embedding Gambit inside Excel (for twisted reasons of my
own!) I event did it using MinGW rather than dev studio.
Some feedback on how I did that can be found here:
http://www.hackinghat.com/index.php/lisp/the-excel-gambit
Steve