-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
difference with eresye #19
Comments
There are two big differences right now
In the long run they will continue to diverge. Seresye has the goal that the engine will very small, self contained and mobile. It is intended that scaling for seresye be done by adding engines and organizing your rules/data to propagate from engine to engine. Eresye has the goal of a single engine processing arbitrarily large amounts of data. These two different design goals produce very different development directions. |
thanks for the reply. Seresye can be integrated into https://github.com/gleber/exat ? |
I suspect strongly that it could, but not without changes to exat. |
Actually I'm in progress of integrating seresye into eXat. Currently the culprit is lack of seresye:wait* calls. Thinking about a way to solve this |
If I remember the way the wait calls work all calls in seresye are 'wait' calls more or less. Because no processes are used all rules are run to completion before they return. I don't know if that helps you or hurts you. |
Hello, sorry for bumping the old thread, but I didn't find a documentation on writing negative rules, other than engine check example. Could you please add a piece of documentation on this. Even reply in this thread will be fine. Thanks. |
do you have a summary how the seresye is different from the original eresye ?
The text was updated successfully, but these errors were encountered: