ginac already has two separate bindings, pyginac and swiginac.
O.
faulkner wrote:
> import ctypes
> ctypes.cdll.find('ginac')
>
> i like designing APIs, and i'm up for learning ctypes, so i'll help
> wrap ginac using ctypes.
>
> [EMAIL PROTECTED] wrote:
> > Hello,
> > from time to time, people her
import ctypes
ctypes.cdll.find('ginac')
i like designing APIs, and i'm up for learning ctypes, so i'll help
wrap ginac using ctypes.
[EMAIL PROTECTED] wrote:
> Hello,
> from time to time, people here are asking about the computer algebra
> system (cas) in python. I wonder, is there a demand for s