Category:TIScript

From Rosetta Code
(Redirected from TIScript)
Language
TIScript
This programming language may be used to instruct a computer to perform a task.
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using TIScript.

TIScript is a language that uses JavaScript as a base with some Python features added: classes and namespaces, properties, decorators, etc. TIScript has a compiler producing bytecodes and VM running that bytecodes. VM uses heap with garbage collector.

Please read my article TIScript vs JavaScript. TIScript is hosted on GoogleCode

Minimal hello-world in TIScript: <lang javascript>stdout.println("Hello world");</lang>

Subcategories

This category has the following 3 subcategories, out of 3 total.

Pages in category "TIScript"

The following 5 pages are in this category, out of 5 total.