I like Lisp very much, especially Scheme. I'd like to learn how to use Scheme to do GUI development. I've heard of Racket, but it seems to be a different language from Scheme, as with e.g. set-cdr!
. If I use it, I might have to switch between them in the future, which could be confusing. So I would prefer to use R5RS/R6RS to do GUI .... Are there any other choices, or do I have to use Racket or Common Lisp?
Presently I'm using archlinux and Petite Scheme.