RECAP - Perl Weekly Challenge - 010

Monday, Jun 3, 2019| Tags: Perl, Raku

I noticed few members came back after a short break. Welcome back. It is always nice to see you taking part in the weekly challenge. I hope to see you again and again. I would like to this opportunity to welcome new members. I hope you are having fun with the challenges. The moto of the weekly challenge is to have fun solving the challenges and learn from others. It feels nice when I hear positive feedbacks from the members. If you have any suggestions, please share with us. Enjoy the solutions and learn from each other.


Adam Russell

Adam Russell

Adam used CPAN modules like Fstream and Parse::YYLex to solve Roman numerals challenge. I must admit, I never heard of it before. But for Jaro-Winkler challenge, he relied on pure Perl power. [#1] [#2] [BLOG].

Alicia Bielsa

Alicia Bielsa

Alicia use CPAN module Readonly::Hash, which is part of Readonly distribution. In her solution, you will notice the power of Perl. [#1].

Andrezgz

Andrezgz

Andrezgz used the power of regex very elegantly. Roman numerals solution is a complete tool in itself. For Jaro-Winkler, it is back to basics but very organised code. [#1] [#2].

Arne Sommer

Arne Sommer

Arne Sommer, being on vacation last week, still managed to solve one of the challenge. If you look at the quality of his technical writing, it is priceless. A very good reference point for anyone learning Perl 6, very well explained in details. [BLOG].

Athanasius

Athanasius

Athanasius use CPAN module Const::Fast in his Roman numerals solution. It is simple yet elegant. For Jaro-Winkler challenge, he went for nicely name methods and detailed comments. [#1] [#2].

Daniel Mantovani

Daniel Mantovani

Daniel has taken very unique route to solve the Roman numerals challenge, converting digit by digit. For Jaro-Winkler challenge, he took straight path. [#1] [#2].

E. Choroba

E. Choroba

E. Choroba solution to the Roman numerals challenge still a mysetery to me. I am looking forward to his blog for explanation. But for Jaro-Winkler, he took the shortcut and used CPAN module Text::JaroWinkler. [#1] [#2].

Francis Whittle

Francis Whittle

Francis is one of the few Perl6 experts in the team. He solved the challenge with the help of Grammar (Perl6). Please take a look if you want to learn more about Grammar in Perl6. [BLOG].

Guillermo Ramos

Guillermo Ramos

Guillermo created a complete CLI app for Roman numerals challenge. It took me some time to understand his Jaro-Winkler solution. Please take a look. [#1] [#2].

Gustavo Chaves

Gustavo Chaves

Gustavo solution to Roman numerals is very intelligent. In a sense, it decides the conversion depends on the input value. Very smart. Jaro-Winkler solution is complicated. Not sure if it just me. [#1] [#2].

Jaldhar H. Vyas

Jaldhar H. Vyas

Jaldhar used given() when ()… structure to solve the Roman numerals challenge. I have seen this after a long time. Thanks for the reminder. He also does #Perl6 as well. [#1] [#2].

Joelle Maslak

Joelle Maslak

Joelle as always shared her solutions in Perl5 and Perl6. She is one the few who always solves the optional API challenge as well. Next week API challenge is also proposed by her. Checkout out her solutions to all three challenges. [#1] [#2] [#3] [BLOG].

Kian-Meng Ang

Kian-Meng Ang

Our in-house #Perl5 reviewer, Kian-Meng, solved the Roman numerals challenge with complete breakdown of internals. [#1]

Kivanc Yazan

Kivanc Yazan

Kivanc came back after a short break with a bang. His solution to Roman numerals is short and sweet. [#1]

Laurent Rosenfeld

Laurent Rosenfeld

As always, Laurent, shared plenty of variations in his approach. It is always fun reading his blog. He always presents his solu tions in both Perl5 and Perl6. [#1] [#2] [BLOG].

Maxim Nechaev

Maxim Nechaev

Maxim provided very simple and easy to follow solution to the Roman numerals challenge. [#1].

Pavel Jurca

Pavel Jurca

Pavel also came back after a short break with a nicely laid out solution to the Roman numerals. [#1].

Steven Wilson

Steven Wilson

Steven came back after a short break with a complete solution including unit test. I loved it. [#1].

Yozen Hernandez

Yozen Hernandex

Yozen solution is very user-friendly as it has human touch to it. Well done. For Jaro-Winkler challenge, he used nice test data at the end. [#1] [#2] [BLOG].


Last but not the least, I would like to request all members, at least the one who blogs, please send us your photo to use in the weekly blog, if not already sent.

SO WHAT DO YOU THINK ?

If you have any suggestions or ideas then please do share with us.

Contact with me