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


_______________________________________________
Bug-guile mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-guile

Reply via email to