python
-
Background: In early 2022, the word-guessing game “Wordle” had a moment in the spotlight as an Internet sensation. In this game, a player attempts to guess a 5-letter word in as few tries as possible. Each guess provides a user with a certain amount of information as to how close they are to the actual…
-

Background: Essentially all major programming languages exclusively use keywords written in English. (For a couple of exceptions, see the addendum at the end.) But this doesn’t have to be the case! Proposal: By using symbols instead of words, we can convey a concept both more concisely and more easily across languages. See below for a…
-
The issue: Sometimes, you don’t like a programming language (like Perl or Python), or a natural language (like English or Spanish). You might have your reasons, or maybe not—maybe you just want to destroy it completely for no reason at all! Proposal: Here’s a simple way to go about wreaking destruction on the language…
