Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
symja_java8-2020-12-12.zip | 2020-12-12 | 138.0 MB | |
README.md | 2020-12-12 | 1.8 kB | |
symja_java8-2020-12-12 source code.tar.gz | 2020-12-12 | 85.4 MB | |
symja_java8-2020-12-12 source code.zip | 2020-12-12 | 89.3 MB | |
Totals: 4 Items | 312.7 MB | 0 |
Under Windows use
* guisymja.bat
to run Symja as a web browser notebook
* guisymjamma.bat
to run Symja as a web browser notebook in Mathematica syntax mode
* symja.bat
to run Symja as a console app
* symjamma.bat
to run Symja as a console in Mathematica syntax mode
* jsonapi-server.bat
to run the JSON-API server
Main changes:
- many small bug fixes and improvements
- much more Mathematica packages can imported in the MMA webbrowser and console app
Example: <<"https://raw.githubusercontent.com/antononcube/MathematicaForPrediction/master/SSparseMatrix.m"
- refactored files based functions into package matheclipse-io
- improved string functions with better regex (string patterns) support
- SparseArray support
- Dataset
, SemanticImport
, SemanticImportString
support
- Compile and CompilePrint support
- TestReport, VerificationTest unit test support