Category:TIScript
Appearance
TIScript
This programming language may be used to instruct a computer to perform a task.
Listed below are all of the tasks on Rosetta Code which have been solved using TIScript.
This programming language may be used to instruct a computer to perform a task.
See Also: |
|
---|
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.
@
- TIScript Implementations (empty)
- TIScript User (empty)
Pages in category "TIScript"
The following 5 pages are in this category, out of 5 total.