On Friday, 8 November 2019 21:09:56 UTC+1, Roman Kuzmin wrote: > > > In our company we have developed a simple REST service around SymPy to > allow external tools using SymPy from languages other than python. >
Well... REST sounds more like a WebApp project. There are many other ways to call local Python libraries on a computer. There is SymEngine (SymPy's core rewritten in C++), which can be bound to other languages. > The question is: will such a project be useful for the community? > There are many people using web apps, so I guess there will be people interested in it. If yes, what we should do to make it available for those who need it? (We > are ready to publish it, using the same license as SymPy uses). > Of course, you are welcome to share your code. -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/sympy/d38794bc-29ac-46bd-86c0-ead53de9096d%40googlegroups.com.
