views:

238

answers:

2

Will there be any incompatibilities with the code in SICP if I use IronScheme?

+2  A: 

There shouldn't be any significant incompatibilities.

If you find any, why not post them here (as problems to solve), to document them?

Michael Dorfman
A: 

You may want to use DrScheme (http://www.plt-scheme.org/) in 'Pretty Big' language mode and allow redefinition of initial bindings for working through code examples and exercises in SICP. I have been using it for trying out examples and exercises in SICP and have not run into any problems with the interpreter. It's also much more developed compared to IronScheme.

Frank