Code Golf is a game that was played on Stack Overflow in its early days, but it is now considered off-topic.
This is a little bit of fun. Can you devise the shortest program which compiles but does nothing but immediately …
programming-languages code-golfInspired by http://xkcd.com/710/ here is a code golf for it. The Challenge Given a positive integer greater than 0, …
language-agnostic code-golf rosetta-stone collatzThe code golf series seem to be fairly popular. I ran across some code that converts a number to its …
language-agnostic nlp code-golf rosetta-stonePrint all 12 verses of the popular holiday song. By 12 verses I mean the repetition of each line as is sung …
language-agnostic code-golf rosetta-stonePost your shortest code, by character count, to check if a player has won, and if so, which. Assume you …
code-golf rosetta-stone tic-tac-toeFinite state machine A deterministic finite state machine is a simple computation model, widely used as an introduction to automata …
python language-agnostic code-golf state-machineThe Challenge Guidelines for code-golf on SO The shortest code by character count to display a representation of a circle …
language-agnostic code-golf rosetta-stoneThe goal Today's Code Golf challenge is to create a regex parser in as few characters as possible. The syntax …
regex language-agnostic code-golf rosetta-stoneBased on this question: Is there a way to round numbers into a friendly format? THE CHALLENGE - UPDATED! (removed …
language-agnostic code-golf rosetta-stone number-formatting human-readableThe Challenge Write a program that acts as a Fractran interpreter. The shortest interpreter by character count, in any language, …
code-golf esoteric-languages