On Sep 5, 1:55 pm, Golam Mortuza Hossain <[email protected]> wrote:
> Thanks for you great work!  I am interested in trying out your patches.
> I have a rather naive question: is it possible to put your library interface
> in parallel with the current interface? I mean does the pexpect interface
> need to be taken down to activate your interface?

As the example above showed, the normal "integrate" works as usual.
I do not replace the pexpect interface. In its current shape, the
patch doesn't even provide an alternative. I am only providing the
first start of a translator between SR elements and the LISP
representation of Maxima expressions. If you want to do anything,
you'll have to talk LISP, not maxima language. Expect frequent
coredumps, because error handling is presently non-existent. This can
be fixed by encapsulating all lisp library calls that may raise an
error in the LISP equivalent of a "try ... except" and pass the error
condition back to cython in an appropriate form. I don't think I'll
have any time to improve it, so you're welcome to give it a shot.

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send an email to [email protected]
To unsubscribe from this group, send an email to 
[email protected]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to