On Wednesday, October 19, 2011 5:13:21 PM UTC+1, luchogie wrote: > > I'm actually willing to call Sage from a Java program. Do you think the > Expect interface can be of any help? >
As far as being able to use Sage computations, that would work. As a design choice, I don't understand why you would want to implement a Python-like interactive shell in Java and then call Sage through a expect interface. Since your project seems to be focused towards providing a library, why not write a Python wrapper so you can use it interactively from a Sage session. > -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
