CPSCM is a Scheme compiler based on CPS conversion. It will output code for several back-ends: Common Lisp, Java, Javascript, and Scheme.
(via C.L.S.)
PLT has a very neat API for writing card games.
Here are some examples of what you can do with it:
If you ever feel like you want to take a break from programming and play some games, PLT Scheme comes with some games for you!
If you’re feeling nostalgic or playful, PLT has got Turtle Graphics.
See here
This post talks about the rationale for creating and the benefit of reading his translations of the “Little Books” from Scheme, ML, and Java to Oz.
See here.
See here.
TradeMaximizer supports multi-party trades in which each party offers up items for trade, and selects items that they wish to receive. The system then finds the largest set of items that can be traded simultaneously.
Read about how you might apply it.