Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.16 KB

README.md

File metadata and controls

37 lines (21 loc) · 1.16 KB

flat-chores-engine

About

A toy project using Clara rules to better understand them.

This is a flat chores rules engine. It has as a comparison a conditional version of the same program not using the rules.

The aim is to show scenarios when using a rules engine can help, and how it compares to straight forward conditionals. The aim is also to explore when you shouldn't use an engine.

Usage

Running the tests will generate test sessions that fire the rules.

cd engine/

lein test

Collaborators

Many thanks to Felipe Sere who collaborated on the Chore Rules section and helped me deepen my understanding of Clara.

Useful links

License

MIT license