This is the reference implementation of the TScript ("teaching-script") programming language.
TScript comes as a single html file. It does not require installation. Simply open the file in a modern browser and you are ready to go. Click here for a quick test. For more serious use it is recommended to store the page in your local file system — use "save link as" (or similar) from the context menu.
TScript comes with a complete integrated development environment (IDE). You can start programming straight away in the source code editor on the left. Documentation is also built-in - try the Documentation button on the right of the toolbar.
In TScript, "hello world" is a one-liner:
print("Hello World");
For proper example code have a look at the examples directory.
The documentation is included in the IDE. It can be accessed with the button at the top right. It is also available here.
If you find a bug report it here.
TScript is developed by Tobias Glasmachers.
This project is licensed under the MIT License - see the LICENSE file for details.
The TScript IDE uses interact. In older versions, it relied on the CodeMirror editor. Thanks to Manuel Fischer, TheHllm, Jartreg, and duckmopsi for contributions.