The following code:

(include (string-append "/home/x/opengl/macro/" "forever.scm"))

gives me:

*** ERROR IN "blah.scm"@24.10 -- Filename expected

is there anyway to do any type of computation to an 'include' ?

If not, how else do I load in files that have macros?

(having macros implies I can't use load right?)

Thanks!