>> ; Return multiple values as a vector (can be interpreted as Axiom >> Record) (defun integration-qng-vector (f a b) (apply #'vector >> (multiple-value-list (integration-qng f a b))))
> Yes. Let me just remark that the code above is fine for > experimantation. In long term we should not sprinkle assumptions > about representation of vectors all around. Right. I wouldn't want foo$Lisp in every second contribution package. > So probably we should create something to create records. Most welcome Is a specification and/or an API how one can get/pass data from/to SPAD. Is the FFI in openaxiom such a thing? Can we copy it? Ralf -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/fricas-devel. For more options, visit https://groups.google.com/d/optout.
