soxfox

#48in24 – Week 13: Scrabble Score

It’s time for that one well known word game! …no, not Wordle. I’ll show off a neat one-liner (not really), as well as a really terrible hack. Featured languages: Python, Scheme, C.

Read More

#48in24 – Week 12: Luhn

This week, I’m steali– sorry, validating credit card numbers. The featured exercise is the Luhn algorithm, used to check all card numbers. Featured languages: TypeScript, Perl, AWK.

Read More

#48in24 – Week 11: Sieve

Sifting through numbers is a remarkably neat way to generate primes, so we’re looking at the Sieve of Eratosthenes in three languages this week! Featured languages: Zig, Bash, Fortran.

Read More

#48in24 – Week 10: Allergies

Achoo! Week 10’s exercise is all about allergies, and I’ll be looking at bit fields and metaprogramming to solve it. Featured languages: Nim, Elm, Rust, plus a bonus!

Read More

#48in24 – Week 9: Parallel Letter Frequency

Counting letters, but fast! (and hopefully without race conditions…) Featured Languages: Go, Java, Elixir.

Read More

#48in24 – Week 8: Circular Buffer

It’s week 8, which is a pretty circular number - and I’m writing some circular buffers! Featured languages: C, Groovy, Scala, plus a bonus one!

Read More

#48in24 – Week 7: Acronym

TWWBLAA! (This week we’ll be looking at acronyms!) Sounds simple enough, but there are a few tricky cases to catch. Featured languages: Haskell, Tcl, PowerShell.

Read More

#48in24 – Week 6: List Ops

This week, the battle of procedural and functional programming takes place… and a third thing? Featured Languages: Gleam, Swift, Standard ML.

Read More

#48in24 – Week 5: Protein Translation

I get to learn about biochemistry and functional programming in the same week of #48in24, what a deal! Featured languages: F#, Crystal, C#.

Read More

#48in24 – Week 4: Roman Numerals

In Week IV of #48in24, Roman numerals are the focus, and some relatively obscure languages were chosen. Featured languages: Elixir, Pharo, Julia.

Read More

#48in24 – Week 3: Raindrops

Objects and vectors and macros, oh my! This week is all about Exercism’s take on FizzBuzz. Featured languages: Ruby, R, Common Lisp.

Read More

#48in24 – Week 2: Reverse String

!2 keew rof emiT – sorry, time for week 2! This week the task is to reverse some strings, which is pretty simple… until it isn’t. Featured languages: JavaScript, Nim, C++.

Read More

#48in24 – Week 1: Leap

Week 1 of #48in24 is here, and we’re leaping into it by looking at leap years! Featured languages: Python, Clojure, MIPS Assembly.

Read More

#48in24 – Introduction

#48in24 is a year-long challenge from the Exercism coding practice and mentoring site. As the year goes on, I will document my experience with it here.

Read More