Category:TIScript: Difference between revisions

m
no edit summary
(TIScript initial)
 
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1:
{{language}}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 [[bytecode]]s and VM running that bytecodes. VM uses heap with garbage collector.
{{stub}}{{language}}
 
Please read my article [http://www.codeproject.com/KB/recipes/TIScript.aspx TIScript vs JavaScript]. TIScript is hosted on [http://code.google.com/p/tiscript/ GoogleCode]
 
Minimal hello-world in TIScript:
<lang javascript>stdout.println("Hello world");</lang>
Anonymous user