announcements

igrishaev 2026-04-16T14:23:00.808639Z

A minor release of https://github.com/igrishaev/any (smart objects for comparing in tests). Now all objects are based on IPersistentCollection with custom equiv method. New predicates: • (= (any/count 3) [1 2 3])(= (any/starts-with "Error:") "Error: boom")(= (any/ends-with "world" "Hello world"))any/bytes, any/ints and other type of arrays

👀 1
🎉 7
2026-04-16T14:24:00.377349Z

oh this is cool!

mike_ananev 2026-04-16T15:13:20.925739Z

Ivan, did you see this library? https://github.com/HealthSamurai/matcho In your exmples we still need to write code to check conditions for nested map values. matcho library allows to avoid it. Anyway, good work!

igrishaev 2026-04-16T15:28:18.051529Z

Yes I saw it, and there are many matching libraries. I'm not saying they are bad and mine is better. Just experimenting.