Rant
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=Languages |subcat=Programming Languages |released=2014 }} '''Rant''' is a programming and markup language designed for generating random text. Templat...") |
Dan Tobias (Talk | contribs) (→Links) |
||
Line 8: | Line 8: | ||
== Links == | == Links == | ||
* [https://github.com/TheBerkin/Rant Github site] | * [https://github.com/TheBerkin/Rant Github site] | ||
+ | * [https://github.com/TheBerkin/RantVocab Vocabulary file Github site] | ||
* [https://github.com/TheBerkin/Rant/wiki Official wiki] | * [https://github.com/TheBerkin/Rant/wiki Official wiki] | ||
* [http://berkin.me/rantbox Online Rant interpreter] | * [http://berkin.me/rantbox Online Rant interpreter] | ||
[[Category:Markup]] | [[Category:Markup]] |
Latest revision as of 14:04, 7 December 2014
Rant is a programming and markup language designed for generating random text. Templates can be created in "Mad-Lib" style with embedded words of various types drawn from dictionary files, but there are also programming-style constructs allowing arithmetic, variables, iteration, and other such features. It is designed to be integrated into C# programs.