Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/axkr/sympy2symja

SymPy (Python) to Symja (Java) simple math expressions transpiler
https://github.com/axkr/sympy2symja

symja sympy

Last synced: 21 days ago
JSON representation

SymPy (Python) to Symja (Java) simple math expressions transpiler

Awesome Lists containing this project

README

        

Very experimental prototype for transpiling [SymPy math expressions (Python)](https://github.com/sympy/sympy) into [Symja math expressions (Java)](https://github.com/axkr/symja_android_library).

With the following Maven command you can run the **SymPy2Symja console** from the command line

```
mvn exec:java@sympy2symja
```