I have been using PLT Scheme, but it has some issues. Does anyone know of a better implementation for working through SICP?
CHICKEN Scheme has an sicp library that provides support for SICP. You can install it by running chicken-install sicp and writing this at the beginning of your source code: (use sicp).
chicken-install sicp
(use sicp)