I am trying to brush up on Scheme by going through Dorai Sitaram's Teach Yourself Scheme in Fixnum Days. Problem is the syntax used by that tutorial deviates from current Scheme syntax, particularly with regards to macros and structs.
Is there a way to install libraries into Racket, or for that matter Chez Scheme to make it's syntax and behavior closer to the book? I did search for a Raco library to install into Racket to achieve this but I either missed it or it does not exist.