Hi Joachim,

Thanks a lot for your nice response.  Actually I am doing this, I just 
replied to Ondrej's message on this, but I didn't run Jython testing 
against sympy, I even don't know how to do it,
could you provide some more information or link on this?  I have no python 
background at all previously. Just started to touch python two days ago and 
trying to pick up it. Thanks again 
for your response.

Raymond

On Thursday, May 7, 2015 at 1:18:00 PM UTC-7, Joachim Durchholz 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. 
>
> Running SymPy inside Jython might be an easier path. 
> Jython is a Java reimplementation of Python. 
> It is quite possible that SymPy cannot run under Jython - last time we 
> tried using it, it would fail because Jython didn't implement all the 
> Python features that SymPy uses. However, Jython might have implemented 
> enough of Python to run SymPy today, so it may be worth a shot. Be sure 
> to run the test suite to see how much breaks, and whether any of the 
> breakage is going to affect your project. 
> I think it's worth a shot; if it works, you should have SymPy running 
> inside a JVM that can be fed with Java data structures directly. 
>
> > Wonderying, anybody ever worked on the similar project? 
>
> I think we did some Jython testing a while ago. 
> Maybe a search for "Jython" in the GitHub search on the sympy project 
> will turn up what happened. 
>

-- 
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/a865a2b5-44a7-4a76-b087-ff5a7b617b80%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to