Welcome to “Coding Through The Alphabet”! This project is my attempt to write a Fibonacci sequence application in 26 different programming languages — one per letter of the alphabet.

Each application prints the first 10 numbers of the Fibonacci sequence:

0, 1, 1, 2, 3, 5, 8, 13, 21, 34

Below you’ll find links to each individual post, where you can see the code and details for each language:

All screenshots were from test runs in WSL2 on Windows.

Note: I had this idea in mind for a while and with the help of Github Copilot I was able to bring it to life. What a time to be alive.