Pixilang
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=Languages |subcat=Programming Languages |extensions={{ext|pixi}}, {{ext|txt}} }} '''Pixilang''' is a programming language designed for cross-platform...") |
(updated links to author page) |
||
Line 2: | Line 2: | ||
|formattype=Languages | |formattype=Languages | ||
|subcat=Programming Languages | |subcat=Programming Languages | ||
− | |extensions={{ext|pixi}}, {{ext|txt}} | + | |extensions={{ext|pixi}}, {{ext|txt}}, {{ext|pixicode}} |
}} | }} | ||
'''Pixilang''' is a programming language designed for cross-platform graphics and sound applications. The Wikipedia crowd [http://en.wikipedia.org/wiki/Wikipedia:Articles_for_deletion/Pixilang doesn't think it's notable enough] to deserve an article there. | '''Pixilang''' is a programming language designed for cross-platform graphics and sound applications. The Wikipedia crowd [http://en.wikipedia.org/wiki/Wikipedia:Articles_for_deletion/Pixilang doesn't think it's notable enough] to deserve an article there. | ||
− | Pixilang programs are created in [[UTF-8]]-encoded text files. | + | Pixilang programs are created in [[UTF-8]]-encoded <code>.pixi</code> text files which are later compiled to architecture-dependant bytecode <code>.pixicode</code> files. |
== Links == | == Links == | ||
− | * [http:// | + | * [http://www.warmplace.ru/soft/pixilang/ Official site] |
− | * [http:// | + | * [http://www.warmplace.ru/wiki/pixilang:manual_en Manual] |
* [https://play.google.com/store/apps/details?id=nightradio.pixilang Pixilang Android apps] | * [https://play.google.com/store/apps/details?id=nightradio.pixilang Pixilang Android apps] |
Revision as of 15:31, 17 March 2017
Pixilang is a programming language designed for cross-platform graphics and sound applications. The Wikipedia crowd doesn't think it's notable enough to deserve an article there.
Pixilang programs are created in UTF-8-encoded .pixi
text files which are later compiled to architecture-dependant bytecode .pixicode
files.