Fork me on GitHub
#exercism
<
2023-04-16
>
Bobbi Towers23:04:44

I'm in the process of improving the Exercism Clojure syllabus, and I'm trying to figure out what to do with the "lists" exercise... details in thread

Bobbi Towers23:04:06

It was the first concept exercise someone made for the syllabus, but it's not very good at all. So I might just scrap it and create a new exercise for lists.

Bobbi Towers23:04:35

There was a thread here awhile back that highlights this https://clojurians.slack.com/archives/C053AK3F9/p1668392191668169 unfortunately I didn't see it at the time. I should start spending more time here 😂

Bobbi Towers23:04:04

Some great bits of feedback in there: > Maybe it is an exercise designed for another language that translates poorly to Clojure. The irony: The exercise was written for Clojure. . . . > it leaves out a huge, unstated requirement: how to combine the results of two or more functions. https://clojurians.slack.com/archives/C053AK3F9/p1668428636881079?thread_ts=1668392191.668169&amp;cid=C053AK3F9 > this is very poorly written for Clojure; though not for the reason I thought it was. . . https://clojurians.slack.com/archives/C053AK3F9/p1668435295687029?thread_ts=1668392191.668169&amp;cid=C053AK3F9 . . . > The problem is it tries to confuse the reader by making you think you need to "write" functions to do a thing, when all the things are already done by core functions.