unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* (apply make-vector '(1 2 3))
@ 2006-09-10 23:15 Marius Vollmer
  2006-09-11  1:35 ` Kevin Ryde
  0 siblings, 1 reply; 3+ messages in thread
From: Marius Vollmer @ 2006-09-10 23:15 UTC (permalink / raw)


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
Bug-guile@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-guile


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-10-02 20:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-10 23:15 (apply make-vector '(1 2 3)) Marius Vollmer
2006-09-11  1:35 ` Kevin Ryde
2006-10-02 20:08   ` Kevin Ryde

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).