bug-guile
[Top][All Lists]
Advanced

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

(apply make-vector '(1 2 3))


From: Marius Vollmer
Subject: (apply make-vector '(1 2 3))
Date: Mon, 11 Sep 2006 02:15:41 +0300
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/23.0.0 (gnu/linux)

Hi,

(just for the record, I am going to fix this myself if nobody beats me
to it.)

    guile> (make-vector 1 2 3)
    ABORT: (wrong-number-of-args)

but

    guile> (apply make-vector '(1 2 3))
    #(2)

This doesn't happen for Scheme functions, probably only for (certain
types of) primitives.

-- 
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3  331E FAF8 226A D5D4 E405




reply via email to

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