Yes, I have plan to implements an wrapper of the Java class in Scala. For example, you can use Dot( Grad(f), Grad(g) ) in Scala if the class Dot and Grad have method named apply() in Java. I really like the language features in Scala.
As I mentioned in my first post, the original motivation of SymJava isadding symbolic ability for my another Java numerical library Futureye. Due to the lack of operator overloading in Java at that time, I even created a project ScalaFEM (https://code.google.com/p/scala-fem/) that implements most of the components in Futureye. I have plan to finish ScalaFEM and adding SymJava in it too. On Friday, January 23, 2015 at 7:23:28 AM UTC-8, Francesco Bonazzi wrote: > > Have you ever thought about implementing some parts of your code in > functional languages running on the Java Virtual Machine, such as Scala or > Clojure? > -- 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/c88297f4-0c03-40f7-9196-11e944e1fbf7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
