> < ^ Date: Wed, 06 Sep 1995 09:14:00 +0100 (WET)
> < ^ From: Martin Schoenert <martin.schoenert@math.rwth-aachen.de >
< ^ Subject: Re: Calling C from GAP
J.M. Arquest wrote in his e-mail message of 1995/09/04

I'm a new user in GAP and I would like to know if it's possible to call
functions written in C from GAP.

In principle it is possible to call C functions from GAP (after all the
GAP kernel is written in C).

Unfortunately it is quite difficult, because the C functions must follow
certain rules. For example, they must use GAP's storage manager
(Gasman). Also they must evaluate and check their arguments.

If you could describe what you would like to do, it would be possible to
estimate how much work this might be.

Martin.

-- .- .-. - .. -.  .-.. --- ...- . ...  .- -. -. .. -.- .-
Martin Sch"onert,   Martin.Schoenert@Math.RWTH-Aachen.DE,   +49 241 804551
Lehrstuhl D f"ur Mathematik, Templergraben 64, RWTH, 52056 Aachen, Germany

> < [top]