Solving the task from The Weekly Challenge 233, where you need to sort numbers by two dimensions.| Andrew Shitov
A solution to the task 1 of the Weekly Challenge 233, where the goal is to find the words constructed from the same letters.| Andrew Shitov
Two tasks from the Weekly Challenge 231 solved in the Raku programming language.| Andrew Shitov
Using Raku grammar, I created a simple calculator that works with Roman numbers, for example: `XXI + MCMXIX`.| Andrew Shitov
The Raku solution to the following task: Write a script to find out how many dates in the year are Friday 13th, assume that the current Gregorian calendar applies.| Andrew Shitov
Let us solve the second task from the Weekly Challenge 204. It is called ‘Reshape matrix’.| Andrew Shitov
Let us ask ChatGPT to find a solution and then correct it to make it more Raku-ish. This task, the machine solved the thing from the first attempt, but you can follow how we managed to make it better and more compact. Most (except one) of the generated code workes without compiler errors, so I will not concentrate on it here.| Andrew Shitov
This week’s task has an interesting solution in Raku. So, here’s the task: You are given two strings $A and $B. Write a script to check if the given strings are Isomorphic. Print 1 if they are otherwise 0.| Andrew Shitov
Here’s my Raku breakfast with the solutions of Week 91 of The Weekly Challenge. A couple of simple programs with Raku arrays.| Andrew Shitov