In what language Schemes are implemented, and what architecture or bytecode do they produce?
| system | language | produces/compiles to | 
|---|---|---|
| Bigloo | C | C, JVM, .NET | 
| Biwa | Javascript | |
| Chez | C | |
| Chibi | C | |
| Chicken | C | C, C++ code | 
| Cyclone | C | |
| Gambit | C | C (integrates with C++, Objective C) | 
| Gauche | C | |
| Guile | C | |
| Husk | Haskell | |
| Iron | C# | |
| Kawa | Java | |
| LIPS | Javascript | |
| Loko | R6RS Scheme, assembler | |
| MIT | C | |
| Peroxide | Rust | |
| Racket | ||
| Sagittarius | C | |
| STklos | C | portable bytecode, C code intepreting bytecode | 
| Tinyscheme | C | -- | 
| Unsyntax | Scheme (Chibi) | |
| Ypsilon | C++ |