I'm doing exercises from The Little Schemer, but I do them in Racket using DrRacket.
One of the exercises has two methods referencing each other. Can this be done in Racket and if so, how?
When trying to do it in DrRacket ide I get an error because the one created higher up in the file can't reference something that comes after. I'm assuming this is because it's being interpreted, but I'm not sure.
Is there a way around this issue?