2023.09.18 in #635THE WEEKLY CHALLENGE - 235
You will love the srtuctured post with bonus Python solutions alongwith Perl and Raku. Thank you for your contributions.
2023.09.25 in #636THE WEEKLY CHALLENGE - 236
Breakdown of process makes it so easy to follow the logic. Please keep sharing blog.
2023.10.09 in #638THE WEEKLY CHALLENGE - 238
Perl and Raku can be so similar doing the same task. Even Python is not far. Keep sharing the knowledge every week.
2023.10.23 in #640THE WEEKLY CHALLENGE - 240
Simple and straight forward solutions in Perl, Raku and Python. Great work.
2023.11.27 in #645THE WEEKLY CHALLENGE - 245
Blend of Perl, Raku and Python showing the power of individual languages. Thanks for sharing.
2023.12.11 in #647THE WEEKLY CHALLENGE - 247
A very unique approach to get the job done in different languages presenting the internals. Coolest approach.
2023.12.18 in #648THE WEEKLY CHALLENGE - 248
What a cool combination of Perl, Python and Raku. There is always something new to learn every week.
2026.03.16 in #765The Weekly Challenge 365
This well-written article provides structure to help readers understand how each Weekly Challenge solution was developed. It combines clear explanations with practical examples of code to look at both how to apply a problem and how to solve it. The author demonstrates an understanding of their problem as well as the specific requirements that need to be satisfied in order for a given solution to be considered valid, but also gives the reader a fun place to explore various forms of programming using the languages of Perl and others.
2026.03.31 in #767The Weekly Challenge 367
The post provides a very pragmatic and functional dual language reference to assist in solving PWC 367. He uses string replication to solve the binary operation task and provides a simple mathematical overlap condition $max(start1, start2) < min(end1, end2)$ for the scheduling task. Therefore his post shows readers how to write readable, fast and efficient code in Perl and Python.
2026.04.06 in #768The Weekly Challenge 368
In an excellent blog post, Lubos compares the two programming languages Perl and Python. He explains how to solve complicated algorithms in both programming languages, while adhering to the idioms of each language. He provides extremely complete solutions to the algorithmic problems, using Perl's succinct use of regular expressions and arrays and Python's logical, clear, and concise syntax to provide a comprehensive and cross-platform tutorial on how to solve problems.
If you are not yet subscribed, you can do it now. Free of charge:
Just ONE e-mail each Monday. Easy to unsubscribe. No spam. Your e-mail address is safe.
This newsletter is about the Perl Programming languages.