-
-
Notifications
You must be signed in to change notification settings - Fork 88
Home
Ax Kr edited this page Jul 29, 2018
·
17 revisions
We encourage everyone to participate in this wiki. To edit it, you need to create an account (top right corner). Just fill in your name and password and that's it (no email confirmation, or other annoying things).
Note: the Symja language description is included in the source code and not part of this wiki. Especially the documentation of the Symja functions can be found in this folder.
Download the latest release from
unzip the download in a separate folder and modify the symja.bat file to use your Java 8 installation path to run the Symja console:
"C:\Program Files\Java\jdk1.8.0_25\bin\java" -classpath "lib/*" org.matheclipse.core.eval.Console
- JShell usage -- how to use Symja with jshell