Symja computer algebra language integration with Eclipse EASE - scripting environment for the Eclipse platform
The Symja Eclipse EASE plugin requires the installation of
- the Eclipse EASE - scripting environment
- the Eclipse Nebula - Supplemental Custom Widgets especially the Nebula NatTable - high performance SWT data grid
-
Unzip the content of the ease_symja.zip release file file into your
eclipse/dropinsfolder. -
Restart Eclipse.
-
Open the
EASE Script Shellview to run a Symja command (open menuWindow->Show >View->Other...andScripting->Script Shell) -
Create files with
*.symextension to run or edit Symja scripting files -
an example Github repository contains some Symja example scripts.
The *.sym file extension is mapped to the Symja editor
The Symja editor supports content assist (press Ctrl+SPACE after typing the beginning of a function),
syntax highlighting and displaying function documentation
The *.sym file extension can also be started as a Symja Script (EASE Script) launch configuration.
The Script runs independent from the Symja Script Shell view
In the help pages you can find a getting started guide for the Symja language:




