Skip to content

A practical programming language designed to lose code golf competitions

Notifications You must be signed in to change notification settings

cairdcoinheringaahing/Verbosity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Verbosity

A practical programming language designed to lose code golf competitions

As an example of just how long programs can be, the standard Hello, World! program is 444 bytes long:

Include<Integer>
Include<MetaFunctions>
Include<Output>
Include<String>

Integer:DefineVariable<one; 1>
Output:DefineVariable<STDOUT; 0>
String:DefineVariable<string; "Hello, World!">

String:RedefineVariable<string; String:RemoveCharactersFromStart<string; one>>
String:RedefineVariable<string; String:TakeFirstCharacters<string; one>>

Output:DisplayAsText<STDOUT; string>

DefineMain<> [
    MetaFunctions:ExecuteScript<MetaFunctions@FILE>
]

Verbosity is now being archived, check out the (much better) v2: Verbosity v2

About

A practical programming language designed to lose code golf competitions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages