Hi Dibyendu, On Fri, Nov 13, 2015 at 5:50 PM, Dibyendu Majumdar <[email protected]> wrote: > Hi, > > I am the developer of Ravi (http://ravilang.org) - which ia dialect of Lua > 5.3 and features limited optional static typing and LLVM JIT compiler. > > I am keen to develop a Lua/Ravi binding for symengine. I would like to > understand a) how symengine compares to sympy with regards to functionality, > and b) whether the C API of symengine is complete, i.e. does it expose all > of the features of symengine.
Thanks for your interest. To answer your questions: a) currently the functionality is limited to roughly sympy.core and matrices. We are developing series expansion now. If there is particular functionality that you would like, let us know. b) The C API is doesn't yet expose all the features of symengine. You can, or we can easily expand it as needed. Your Lua repository can then be hosted at: https://github.com/symengine probably as "symengine.lua" or something like that. If you look at our Julia repository: https://github.com/symengine/SymEngine.jl, it only has few basic features, but it is there and other people can contribute and help improve it. Ondrej -- 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/CADDwiVCfg%2BOx%2B6eZvxo14M6KM3nu00iMDrOWBX90CMZK328YzA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
