chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] srfi-29 egg problems: address@hidden doesn't seem to


From: Kon Lovett
Subject: Re: [Chicken-users] srfi-29 egg problems: address@hidden doesn't seem to work?
Date: Fri, 7 Mar 2008 10:35:29 -0800


On Mar 7, 2008, at 12:47 AM, felix winkelmann wrote:

On Fri, Mar 7, 2008 at 5:18 AM, Robin Lee Powell
<address@hidden> wrote:
On Thu, Mar 06, 2008 at 09:46:49AM +0100, felix winkelmann wrote:

You need a version of "format" that is more capable than the
builtin one (which builds on [sf]printf). Install "format-modular"
or "format", and load that before srfi-29.

 Did that; now I get:

 Error: (vector-ref) out of range
 #("12:00" "Fred")


It seems the "1" in the format-string must be "0" to work.
Is srfi-29 here incompatible with CL? (Oh, Scott... why? WHY?)

No. The problem is the SRFI-29 example. It jumps to the 2nd argument but then doesn't reset to the 1st afterwards.

The French format string should be "address@hidden, c'est address@hidden"

Per the CL HyperSpec: "Directives after a address@hidden will take arguments in sequence beginning with the one gone to."



cheers,
felix


_______________________________________________
Chicken-users mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/chicken-users

Best Wishes,
Kon






reply via email to

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