We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.

Golf/Feature golf

From Esolang
Jump to navigation Jump to search

Feature golf is a program form. Its goal is to to write a short program that uses up all of the possible commands in a programming language without including dead code. Every instruction should be executed at least once. It was intended to present new users an overview of all of the commands in a language.

Examples

brainfuck

+-><.,[]

deadfish

idso

ACL

D012459A6378BCEDF

Rook

FT

Competitive usage

In addition to using up all commands, a restricted Feature golf must present everything that is possible in a language. For example, if you are posting a solution in brainfuck (which supports nested loops and non-instruction comments), a brainfuck post must contain all instructions as well as at least 1 nested loop and non-instruction comment. Also, people should require users to do a specific thing in addition to inclucing all of the commands.

Examples

brainfuck

,[.-[-
>+<]>+]

See also

Golf