chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] passing a string to foreign-lambda*


From: Graham Fawcett
Subject: Re: [Chicken-users] passing a string to foreign-lambda*
Date: Mon, 9 Jul 2007 21:39:43 -0400

On 7/9/07, Martin DeMello <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]