clara

http://www.clara-rules.org/
Busy escaping the comfort zone 2020-04-16T15:42:39.034700Z

Hi Clara team just wanted to share my use which is using Clara rules for provisioning https://github.com/re-ops/re-core/blob/re-flow/src/re_flow/core.clj, the ability to combine different flows easily while getting the computation graph for free is amazing, trying to implement this with procedural if/else or state machines would have resulted with much less composeable and brittle code. To be able to just query and see why a flow has failed is just the icing on the cake ;) Thank you for the hard work!

ethanc 2020-04-16T16:24:03.036Z

Thats pretty cool, its great to see people using clara in new inventive ways

noprompt 2020-04-16T17:15:04.036300Z

Workflows are where its at 🙂

noprompt 2020-04-16T17:17:12.037200Z

Its awesome to hear/see this idea catching on.

2020-04-16T18:10:29.037700Z

@narkisr looks like an interesting use-case. Nice to see.