Which Scheme implementations are able to produce standalone executables that are easy to deploy on other computers that do not have any Scheme implementations installed?
In the Common Lisp world, for example, there is Embeddable Common Lisp (ECL). I have noticed that in the land of Lisp family languages, it is not common for implementations to have the ability to produce standalone executables. :-(