Am 07.05.2015 um 22:24 schrieb Ondřej Čertík:
On Thu, May 7, 2015 at 2:17 PM, Joachim Durchholz <[email protected]> wrote:
Am 07.05.2015 um 20:10 schrieb Raymond Gong:

Hey, this is the first time for me to be here, tried to search any
examples
or comments or whatever information on usage of sympy in java project.


The standard Python interpreter is a standalone program, interacting with
that from Java is always tricky because you have to convert all data
structures to and from string.

Actually, you just call SymPy using Python C/API, i.e. from C. Then
you call this C wrapper from Java, so no string conversions.

Ah okay.
Interfacing C and Java is still quite a PITA though.

--
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/554BD1B9.40603%40durchholz.org.
For more options, visit https://groups.google.com/d/optout.

Reply via email to