The following code:<br><br>(include (string-append "/home/x/opengl/macro/" "forever.scm"))<br><br>gives me:<br><br>*** ERROR IN "blah.scm"@24.10 -- Filename expected<br><br>is there anyway to do any type of computation to an 'include' ?<br>
<br>If not, how else do I load in files that have macros?<br><br>(having macros implies I can't use load right?)<br><br>Thanks!<br>