21 lines
738 B
Markdown
Raw Permalink Normal View History

2015-04-08 16:52:59 -06:00
SyMAT Toolkit Template
======================
2015-04-08 16:51:32 -06:00
2015-04-28 18:12:58 -06:00
Starting in version 2.0, SyMAT has the ability to load toolkits into scripts.
2015-04-08 16:50:44 -06:00
These toolkits are jar files with a special meta.txt file.
This meta file maps packages and classes to variables they can be accessed with.
2015-04-28 18:12:58 -06:00
The jar files should be placed in ~/.symat/toolkits.
This folder is automatically created when SyMAT launches the first time.
2015-04-08 16:50:44 -06:00
The meta.txt file included in this template maps the class
com.symatapp.toolkit.HelloWorld to the variable hello.
To call the function world(), type hello.world() into SyMAT.
2015-04-08 16:52:59 -06:00
License
-------
2015-04-08 16:51:32 -06:00
2015-04-08 16:50:44 -06:00
This repository is in the public domain, according to the terms of
2015-04-08 16:51:32 -06:00
Creative Commons Zero (https://creativecommons.org/publicdomain/zero/1.0/).