On 7/9/07, Martin DeMello <[EMAIL PROTECTED]> wrote:
Thanks! I was trying to use string-concatenate, but couldn't manage to make it available at macro expansion time (is this possible?)
Try the "-X" argument to csc: csc -X byte-string-srfi-13 ... your-source-file.scm I see there is a "utf8-srfi-13" library as well. Or, you could use (conc) or (string-intersperse) which wouldn't require an -X declaration. Graham _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
