releases

fogus (Clojure Team) 2025-10-15T17:28:25.367599Z

https://github.com/fogus/thneed v1.1.2: Clojure functions that I've found useful. โ€ข First version fit enough for public consumption. โ€ข Added registries handling to fogus.reg ns

๐ŸŽ‰ 7
Alex Miller (Clojure team) 2025-10-15T17:37:54.181239Z

wow, long time no thneed

๐Ÿ˜‚ 3
fogus (Clojure Team) 2025-10-15T18:05:29.293739Z

everybody do do do do do do do do need a thneed

seancorfield 2025-10-15T18:32:31.375279Z

The SCM details in the Clojars JAR aren't sufficient for http://cljdoc.org BTW: https://cljdoc.org/d/me.fogus/thneed/1.1.2

seancorfield 2025-10-15T18:39:21.222219Z

In (!pred p f), how is p used? The docstring doesn't mention it.

phronmophobic 2025-10-15T18:46:29.733729Z

The source links in the doc API.md seem to be broken, https://github.com/fogus/thneed/blob/master/doc/API.md.

seancorfield 2025-10-15T18:47:52.278069Z

I DM'd him about that ๐Ÿ™‚

๐Ÿ˜… 1
fogus (Clojure Team) 2025-10-15T20:46:05.592679Z

Thereโ€™s clearly more work needed on docs. Iโ€™ve used these fns for years and just understood themโ€ฆ helping others to understand is the hard part. ๐Ÿ˜…

fogus (Clojure Team) 2025-10-16T12:31:05.640449Z

Source links should be fixed now.