Re: iota from SRFI-1

2006-12-12 Thread Kevin Ryde
[EMAIL PROTECTED] writes: > > It looks like the iota function from ice-9/boot-9.scm is called. It took a while, but I made a fix for the next release. ___ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user

Re: iota from SRFI-1

2006-10-11 Thread Kevin Ryde
[EMAIL PROTECTED] writes: > >> rlwrap guile181 --use-srfi=1 > guile> (iota 3 1) > > Backtrace: > In standard input: >1: 0* [iota 3 1] > > standard input:1:1: In procedure iota in expression (iota 3 1): > standard input:1:1: Wrong number of arguments to # > ABORT: (wrong-number-of-args) > guile>

iota from SRFI-1

2006-10-11 Thread Sven . Hartrumpf
Hi all. How can I use the iota function from SRFI-1? > rlwrap guile181 --use-srfi=1 guile> (iota 3 1) Backtrace: In standard input: 1: 0* [iota 3 1] standard input:1:1: In procedure iota in expression (iota 3 1): standard input:1:1: Wrong number of arguments to # ABORT: (wrong-number-of-args)