As @iHiD and I will be doing some videos again, what better way to get started again than with our iconic Bob exercise. I’ve currently gathered the following solutions:
That’s very nice. Do you have another language that you do this in? F# already has an entry and I try not to repeat languages (and the AWK one is visually less striking I feel)
Perhaps Haskell if you think talking about guards is interesting (but this was probably covered in some other videos, if not in haskell than likely in Elixir).
Those languages have regularly been featured. We’re definitely not opposed to including them or anything. If you can find a new type of solution in those languages I’m happy to feature them
Maybe you want to feature one of Exercism’s Top Ten languages that has not yet appeared in the series: PHP? This one uses modern idiomatic PHP for a similar approach to the Python one you chose. There is also tuple matching available.