fnogatz/CHR.js

Practical application of CHR.js considering limitations

erikkaplun opened this issue · 0 comments

Given the prototype nature of CHR.js, e.g.

Because of the missing constraint declarations it is currently near to impossible to interact with built-in or user-defined functions from CHR rules.

is it in practice possible to use CHR.js for anything serious? I'm considering using the add and remove events emitted by Store to do additional interaction with JS-land, but that doesn't seem optimal.