Matthijs

Results 66 comments of Matthijs

U-oh, yet another approach: ```python from heapq import heapify, heapreplace from itertools import takewhile def sum_of_multiples(limit, factors): def multiples(): queue = [(_, _) for _ in factors if _ !=...

Yesterday or this morning I remembered [Eppstein's/Martelli's primes generator](https://code.activestate.com/recipes/117119-sieve-of-eratosthenes/) (improvements [on StackOverflow](https://stackoverflow.com/q/2211990)); the above solution immediately followed. Yet another approach: ```python from itertools import combinations from math import lcm def...

@BethanyG Do you still wish for these lambda assignments to be avoided? My own preference is to revert most of 5dbe577. (I'd like to keep the admonitions.) I could add...

That wouldn't help those who run the tests locally. The website interface is plenty clear already: [Squeaky Clean editor](https://exercism.org/tracks/elm/exercises/squeaky-clean/edit).

This is how I have been remembering them: - `runState` is the one from the record (inferrable from prefix _run-_) - `evalSatte` yields a value – just like regular evaluation...

> It seems like we still need some exercises for `Maybe`, `Either` and tuples. Yes, we very much do. I have been working on the concept introductions with some success,...

I like the `safeDivide` idea. Lists haven't been introduced yet, so I am a bit hesitant to require using `mapMaybe`/`catMaybes`. However, I like these functions, and lists are introduced in...

The problem is that https://github.com/exercism/haskell/pull/1158 isn't merged yet; working on it as we speak.

Please open a forum thread and post your system information and taken actions there.

Silliness on my part aside, I do not suggest you post on the forum without reason. Discussions on the forum suggest the problems related to the GHC 9.0.2 -> 9.2.7...