public inbox for kawa@sourceware.org
 help / color / mirror / Atom feed
* class definition
@ 2023-10-15 23:21 Damien Mattei
  2023-10-15 23:51 ` Per Bothner
  0 siblings, 1 reply; 5+ messages in thread
From: Damien Mattei @ 2023-10-15 23:21 UTC (permalink / raw)
  To: kawa mailing list

(module-name matrix)


(define-simple-class matrix ()

  (v ::vector init-keyword: v:)

  ((*init* (vParam ::vector))
   (set! v vParam))

  )

 (require matrix)
/Users/mattei/Library/CloudStorage/Dropbox/git/AI_Deep_Learning/kawa/matrix.scm:12:6:
invalid argument list for slot 'v' args:null

what is wrong with that?

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

end of thread, other threads:[~2023-10-16  6:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-15 23:21 class definition Damien Mattei
2023-10-15 23:51 ` Per Bothner
2023-10-16  6:11   ` Damien Mattei
2023-10-16  6:23     ` Damien Mattei
2023-10-16  6:24       ` Damien Mattei

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).