
Making code fun again: An introduction to code golf
Most programmers know about platforms like LeetCode, HackerRank, or Codeforces, and likely know the...
Tag archive

Most programmers know about platforms like LeetCode, HackerRank, or Codeforces, and likely know the...

Banner Image: Quine Relay -- Copyright (c) 2013, 2014 Yusuke Endoh (@mametter), @hirekoke ...

Another year, another countdown. This time though we’ll have a thirteenth edition of js13kGames - our...

Banner Photo by Viktor Kiryanov on Unsplash I read Adam Ross's Modernizing cloudbuild.yaml for...

The other day I came across this tweet: Computer Science ...
Last year before Christmas, I created this snowfall animation in 257 bytes: It’s not just the Java...
Note: I originally published this article on December 21, 2017 on a site I shut down as part of a pur...
Challenge: Using Javascript, implement a method that detects if a string is a palindrome in as few ch...

Discover the wonderfully frustrating, difficult, beautiful, world of code golfers and the strange languages they use.
This article introduces a tiny Reversi(Othello) game programe which written by C in 79 characters × 7 rows. The original version of this program had been posted on 2ch which is a famous anonymous BBS in Japan for 18 years ago. Its' size was very tiny, but even "AI" routine was equipped. In the original version, players are always the first, but this time I make it to add a feature that the player can choose the first or the second under the code size limitation of 79 charcters x 7 lines.

A quine in computer science is a program which takes no input and produces a co...
Three golf challengs completed in Rust.