Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/axkr/sympy2symja
- Owner: axkr
- Created: 2024-04-21T09:25:17.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-04-21T20:14:23.000Z (8 months ago)
- Last Synced: 2024-10-15T19:44:44.258Z (2 months ago)
- Topics: symja, sympy
- Language: Java
- Homepage:
- Size: 309 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```