|
|
|
|
|
by shakna
3008 days ago
|
|
Sure! I've now run as a team leader on six midsize-to-enormous projects that involved Scheme in their stack. I've used: 1. Chicken Scheme for development, Gambit-C for release. 2. Custom baremetal Scheme based around the design of PreScheme and Microscheme. Implemented using Gambit-C and some of it's unique features. They had 8,16, and 32bit variants for half a dozen chip makers. (100% proprietary, and any real details covered by an NDA). 3. Racket for development, Chez Scheme for release. Racket isn't quite Scheme, but it's IDE makes development so much friendlier, that I'll jump at the chance to use it. However, an amazing compiler is needed for release, at least to meet the standards I tend to need to aim for. |
|