Bobbi Towers

Results 37 comments of Bobbi Towers

The graph and resulting concept list were based on the [Clojure Atlas](http://clojureatlas.cemerick.com/), but as I was putting this together I realized that it is rather outdated, and our actual path...

I understand this is from 5 years ago but I think it raises a strong point that likely should still be visited! I imagine that many of the unit tests...

Ha, we're noticing a bit of a pattern here, aren't we? Perhaps it might help if I describe my methodology: I've been extracting these based on the Clojure Reference, going...

Totally agree! I always encourage students to prefer docstrings, for these reasons and with the additional benefit that then your library can be consumed by tools like cljdoc :)

Regarding the prerequisite of understanding basic syntax (like arglist), I'm sure that will be covered by a `functions` exercise, which will likewise depend upon `vectors`. That's 2 more concepts right...

Some work has begun on the [Clojure representer](https://github.com/exercism/clojure-representer/), and contributions are welcome. It currently normalizes Clojure forms by sending them round-trip through [clojure/tools.analyzer](https://github.com/clojure/tools.analyzer). It's doing _all_ the work, we just...

Doing some post-v3 launch housekeeping, I took the liberty of closing many of the old issues that have either become obsolete or whose topics have been more recently discussed. This...

@cstby I like the way you're thinking. Would removing just those 2 `deftest`s do the trick?

Indeed, a look at the [problem specs](https://github.com/exercism/problem-specifications/blob/main/exercises/say/canonical-data.json) shows that the test is correct, so the description should be changed accordingly. EDIT: Wait... now I think I get it. The section...

Changed the title because what we really need is a learning exercise for Atoms, not concurrency in general. Things like agents and refs are advanced Clojure concepts that are likely...