
laurent_r
- Website: laurent-rosenfeld.developpez.com/
- About: I am the author of the "Think Perl 6" book (O'Reilly, 2017) and I blog about the Perl 5 and Raku programming languages.
Recent Actions
-
Posted Perl Weekly Challenge 235: Duplicate Zeros to laurent_r
These are some answers to the Week 235, Task 2, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
-
Posted Perl Weekly Challenge 235: Remove One to laurent_r
These are some answers to the Week 235, Task 1, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
-
Posted Perl Weekly Challenge 234: Unequal Triplets to laurent_r
These are some answers to the Week 234, Task 2, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Task 2: Unequal Triplets
You…
-
Posted Perl Weekly Challenge 234: Common Characters to laurent_r
These are some answers to the Week 233, Task 1, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
-
Posted Perl Weekly Challenge 233: Frequency Sort to laurent_r
These are some answers to the Week 233, Task 2, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
You are given an array of integers.
-
Posted Perl Weekly Challenge 233: Separate Digits to laurent_r
These are some answers to the Week 233, Task 1, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
-
Commented on Perl Weekly Challenge 231: Senior Citizens
Yeah, I guess it could certainly be made simpler or shorter, but you don't say how. Please, tell me what you have in mind. I'm often tying to make concise solutions, but, at the same time, I'm not too much...
-
Posted Perl Weekly Challenge 231: Senior Citizens to laurent_r
These are some answers to the Week 231, Task 2, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
-
Posted Perl Weekly Challenge 231: Min Max to laurent_r
These are some answers to the Week 231, Task 1, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
-
Posted Perl Weekly Challenge 230: Count Words to laurent_r
These are some answers to the Week 230, Task 2, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
-
Posted Perl Weekly Challenge 230: Separate Digits to laurent_r
These are some answers to the Week 230, Task 1, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
-
Posted Perl Weekly Challenge 229: Two out of Three to laurent_r
These are some answers to the Week 229, Task 2, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
-
Posted Perl Weekly Challenge 229: Lexicographic Order to laurent_r
These are some answers to the Week 229, Task 1, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
-
Posted Perl Weekly Challenge 228: Empty Array to laurent_r
These are some answers to the Week 228, Task 2, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
-
Posted Perl Weekly Challenge 228: Unique Sum to laurent_r
These are some answers to the Week 228, Task 1, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
-
Posted Perl Weekly Challenge 227: Roman Maths to laurent_r
These are some answers to the Week 227, Task 2, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
-
Posted Perl Weekly Challenge 227: Friday 13th to laurent_r
These are some answers to the Week 227, Task 1, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
-
Posted Perl Weekly Challenge 226: Zero Array to laurent_r
These are some answers to the Week 226, Task 2, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
-
Posted Perl Weekly Challenge 226: Shuffle String to laurent_r
These are some answers to the Week 226, Task 1, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
-
Posted Perl Weekly Challenge 225: Left Right Sum Diff to laurent_r
These are some answers to the Week 225, Task 2, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
-
Posted Perl Weekly Challenge 225: Max Words to laurent_r
These are some answers to the Week 225, Task 1, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
-
Posted Perl Weekly Challenge 224: Special Notes to laurent_r
These are some answers to the Week 224, Task 1, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
-
Posted Perl Weekly Challenge 223: Box Coins to laurent_r
These are some answers to task 2 of the Week 223 of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Task 2: Box Coins
You are g…
-
Posted Perl Weekly Challenge 223: Count Primes to laurent_r
These are some answers to the Week 223, task 1, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
-
Posted Perl Weekly Challenge 222: Matching Members and Last Member to laurent_r
These are some answers to the Week 222 of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challenge deadl…
-
Posted Perl Weekly Challenge 221: Arithmetic Subsequence to laurent_r
These are some answers to the Week 221, task 2, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
-
Posted Perl Weekly Challenge 221: Good Strings to laurent_r
These are some answers to the Week 221, task 1, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
-
Posted Perl Weekly Challenge 220: Squareful Arrays to laurent_r
These are some answers to the Week 220, task 2, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
-
Posted Perl Weekly Challenge 220: Common Characters to laurent_r
These are some answers to the Week 220, task 1, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…
-
Posted Perl Weekly Challenge 219: Sorted Squares to laurent_r
These are some answers to the Week 219, task 1, of the Perl Weekly Challenge organized by Mohammad S. Anwar.
Spoiler Alert: This weekly challe…

Comment Threads
-
Yuki Kimoto commented on
Some blogs.perl.org 10 Year Stats.
Still, this is the only place where we can share Perl information.
-
Dean commented on
Some blogs.perl.org 10 Year Stats.
They seem to add up over time...
-
Ben Bullock commented on
Perl Weekly Challenge 93: Max Points and Sum Path
Checking for collinearity of three points in the completely general case is a matter of calculating the determinant of
1 x_1 y_1
1 x_2 y_2
1 x_3 y_3like this
Some other people such as Dave Jacoby had examples like this:
="https://github.com/benkasminbullock/perlweeklychallenge-club/blob/master/c…
-
Aristotle commented on
Perl Weekly Challenge 130: Odd Number and Binary Search Tree
This does more allocations and deallocations, potentially many more, so it will be slower in a lot of cases – in most, I’d even say. The memory savings will only be significant if the list of integers is very large and the mean count of occurrences is very small – and even in that case it depends on the mean distance of occurrences being small, otherwise lots of keys will be kept around at any given time anyway.
-
Deadmarshal commented on
Perl Weekly Challenge 180: First Unique Character and Trim List
You were right, the website is now updated too. Thanks for clarifying my doubt.

About blogs.perl.org
blogs.perl.org is a common blogging platform for the Perl community. Written in Perl with a graphic design donated by Six Apart, Ltd.