> Alternatively, you could enable the #. reader macro, that allows read-time evaluation, and generate a #. that explicitly tags the expression.

What's the best way to do this for gsc? I've tried using -e but it doesn't seem to affect the compiler's reader:

gsc -e "(readtable-eval-allowed?-set (current-readtable) #t)" test.scm