What is the proper way to set runtime settings for a compiled scheme program? Does an executable compiled with:
gsc -:tl myfile.scm
"inherit" the -:tl setting?
Likewise for c initiated scheme apps? by setting the setup struct's members?
Thanks, Ryan