Re: AXIOM and C

Gabriel Dos Reis <[email protected]> Fri, 4 Jun 2010 09:40:22 -0500
Newsgroups gmane.comp.mathematics.axiom.user
Message-ID <[email protected]>
On Fri, Jun 4, 2010 at 4:25 AM, £ukasz <[email protected]> wrote:
> Hi.
> I want to ask if its possibe to write some finction in C and aply it in AXjOM ( its possibe in MATHEMATICA. SINGULAR, YACAS etc). If it is please give me some links.
>

It is possible to write a function in C and call it directly from
library code (Spad code)
in OpenAxiom.  Here is a link

   http://parasol.tamu.edu/~gdr/OpenAxiom/ffi-draft.pdf

It has been used by Stefan Mai to experiment with SIMD features (SSE2,
SSE3, etc.)
on modern CPUs.  More recently, Arthur Ralf has been using it to
provide an interface
to his panAXIOM server project.

-- Gaby