Select featured exercises for Slimline September

Does awk support nested arrays?

gawk does: Arrays of Arrays (The GNU Awk User’s Guide)

Ah, let’s try another exercise then (I’m not a fan of custom set, but let’s see if there is an alternative)

How about strain then? It’s array-related, and not as heavy as list-ops.

I like it. It feels very Slimline September-y

I’ve just re-ran the query and I think some changes need to be made, as the previous selection did not include any 8th exercise at all, which is unlikely to change I assume. Any objections to this list?

exercise 8th awk bash jq perl raku
gigasecond :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark: :x: :white_check_mark:
atbash-cipher :x: :white_check_mark: :white_check_mark: :white_check_mark: :x: :white_check_mark:
darts :x: :white_check_mark: :white_check_mark: :white_check_mark: :x: :white_check_mark:
luhn :white_check_mark: :x: :white_check_mark: :x: :x: :white_check_mark:
series :x: :white_check_mark: :white_check_mark: :x: :x: :white_check_mark:

We then have at least two 8th exercises, and darts might be do-able to port. I think porting the five Raku exercises to Perl should also be relatively straightforward, is that correct @m-dango?

@axtens Would you have any time porting darts, atbash-ciper and/or series to 8th?

It would be great of people could help port exercises to have as many of them available. Please post here if you want to port an exercise.

As we’re filming soon, the above list is the definitive list. We have 6 days to add some of the missing implementations.

Well give it a shot. I think someone did the atbash a while ago and i didn’t get around to putting it up

1 Like

Thanks! It would be great to have some more 8th.

Draft PR for Luhn in jq:

1 Like

Thanks a ton! I’ve requested a review from Isaac and Glenn

I’ll pick up Luhn for awk

1 Like

I can attempt jq Series.

1 Like

Only darts needs porting, I think having perl instead of perl5 here meant the exercises weren’t picked up!

1 Like

Thanks all! What an awesome community effort

Looking at creating PRs for 8th, based on the existing conversation on the 8th forum

1 Like

Updated list:

exercise 8th awk bash jq perl5 raku
gigasecond :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark:
atbash-cipher :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark:
darts :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark:
luhn :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark:
series :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark: :white_check_mark:

And jq/luhn and 8th/atbash-cipher have PRs outstanding. Lovely work all!

1 Like

jq luhn has been merged.

8th atbash and series PRs are pending admin attention given CI failures.