Linked Questions
15 questions linked to/from Make a ;# interpreter
525 votes
1k answers
210k views
"Hello, World!"
So... uh... this is a bit embarrassing. But we don't have a plain "Hello, World!" challenge yet (despite having 35 variants tagged with hello-world, and counting). While this is not the most ...
132 votes
216 answers
37k views
Sing Happy Birthday to your favourite programming language
Your favourite programming language has just had a birthday. Be nice and sing it the Happy Birthday song. Of course you should accomplish this by writing a program in that language. The program takes ...
168 votes
65 answers
44k views
Tips for golfing in C
What general tips do you have for golfing in C? I'm looking for ideas that can be applied to code golf problems in general that are at least somewhat specific to C (e.g. "remove comments" is not an ...
88 votes
58 answers
19k views
Tips for golfing in Haskell
What general tips do you have for golfing in Haskell? I am looking for ideas that can be applied to code golf problems in general that are at least somewhat specific to Haskell. Please post only one ...
137 votes
29 answers
13k views
Making Future Posts Runnable Online with Stack Snippets [closed]
Stack Snippets were recently added to PPCG! Reminiscent of JSFiddle, Stack Snippets allow HTML, CSS, and JavaScript to be run directly in posts! Here is a very simple Stack Snippet: ...
40 votes
87 answers
7k views
Generate ;# code
Related to: Make a ;# interpreter In the above linked challenge the task was to create an interpreter for the esoteric language ;#. The ...
63 votes
35 answers
11k views
Output the text "Code Bowling"
Code-Bowling You've been hired by Brunswick Bowling to create a simple program to output the text Code Bowling on their monitors. This company is worth a pretty ...
54 votes
31 answers
12k views
Generate a mandelbrot fractal [closed]
Your task is to draw the mandelbrot set in ascii. It should look something like The complex number c lies in the mandelbrot set, when the sequence ...
30 votes
44 answers
3k views
Transpile ;# into your language
Related to: Make a ;# interpreter and Generate ;# code ;# - A Whirlwind Guide This is a simple language with two commands. Its only data structure is an ...
27 votes
21 answers
5k views
It almost works (Cops' Thread)
Robbers' Thread Your challenge is to find an existing challenge, and implement it in a way such that certain inputs fail. At least one input must not produce the correct output (use the other ...
17 votes
15 answers
2k views
Interpret +p code
Inspired by the recent craze over another two character language, ;# Intro According to community consensus, acceptable answers on this site must use programming ...
18 votes
12 answers
3k views
Make a polyglot generator
A polyglot is a program that runs in several languages. Your challenge is to: Choose at least two languages (Different versions count as different languages) Create a program or function that takes ...
15 votes
18 answers
3k views
It almost works (Robbers' Thread)
Cops' Thread Your challenge is to find an uncracked, unsafe cop on the cops thread, and find an input value for which their code does not do as specified by the challenge. You must use values within ...
7 votes
29 answers
2k views
Interpret PlusOrMinus
PlusOrMinus is an esoteric programming language invented by Esolang user PythonshellDebugwindow. Language specification There is a wrapping byte accumulator (incrementing ...
1 vote
2 answers
590 views
Make a ;#*:) interpreter [duplicate]
A few month back, I made a language called ;# (Semicolon Hash) and it started a little bit of a craze (it even got its own tag, as you can see). But, as with ...