codewars / codewars-runner-cli

Old CodeRunner project. See https://github.com/codewars/runner instead.
GNU Affero General Public License v3.0
400 stars 141 forks source link

Add list-extra for Elm #766

Closed Steffan153 closed 4 years ago

Steffan153 commented 4 years ago

list-extra simplifies many tasks for Lists in Elm. Pretty useful, and I think it would be nice to add to CW. :slightly_smiling_face:


:+1: reactions might help.

kazk commented 4 years ago

Thanks for doing Elm translations. Elm was wanted by many (#520) and wasn't very easy to add, but it hasn't been used much so far :( I'm happy to see more Elm kata on Codewars.

I'll also add elm-community/random-extra and close this when it's deployed.

Steffan153 commented 4 years ago

Some other extras BTW: string-extra, maybe-extra, array-extra, basics-extra, and dict-extra

kazk commented 4 years ago

I wish Elm Packages showed some statistics like the number of downloads or sort by popularity or something. I can add those too.

list-extra and random-extra should be available on preview.codewars.com if you want to try. I installed them but didn't test :p I'll comment here when I deploy those to production. Other extras will be added later.

Steffan153 commented 4 years ago

List.Extra works good. I haven't tested Random yet as the built-in fuzzers have been enough... thanks!

kazk commented 4 years ago

Deployed list-extra and random-extra. I'll close this because the original request is done, but I'll let you know when I add other extras. Feel free to bump this issue if I don't update after more than a week and especially if you need those.

kazk commented 4 years ago

Added other extras mentioned above and deployed it