Hello,
from time to time, people here are asking about the computer algebra
system (cas) in python. I wonder, is there a demand for such a thing?
I would be interested in functionality of at least ginac, but
something, which could easily be extended. Ginac (pyginac or swiginac)
are fine, but it se
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