[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] specialization
From: |
Jim Ursetto |
Subject: |
Re: [Chicken-hackers] specialization |
Date: |
Mon, 8 Aug 2011 10:26:04 -0500 |
On Aug 8, 2011, at 4:25 AM, Felix wrote:
>> Also, is the ##sys#check-* idiom still valid or do we need to rewrite it to
>> a conditional? I.e. is this string-append optimized:
>
> I'm not sure what "valid" means here. [...]
> In all cases "x" will be inferred to be of type string.
Thanks, that's what I meant there by "valid".
Jim