This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Code golf is a game of using fewer characters than your opponent. It's not about execution speed or accuracy, it's all about how compact your code is. | |
When I was a kid I used to play code golf with my friend. There was a programming language that was very similar to brainfuck, and we used to compete who could write a program that did the most random thing. | |
The first program I ever wrote in JavaScript was a code golf interpreter. It was a challenge to see if I could write a brainfuck compiler that would fit in a tweet. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment