Category:TIScript
From Rosetta Code
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: |
|
---|
Your Help Needed
If you know TIScript, please write code for some of the tasks not implemented in 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.
If you know TIScript, please write code for some of the tasks not implemented in TIScript.
Please read my article TIScript vs JavaScript. TIScript is hosted on GoogleCode
Minimal hello-world in TIScript:
stdout.println("Hello world");
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.